apply plugin: 'com.android.application'

android {
    compileSdkVersion 28
    defaultConfig {
        applicationId "com.github.xianyuecn.recorder"
        minSdkVersion 15
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"

        resValue "string","app_build_time",System.currentTimeMillis().toString()
    }
}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
}
