Update gradle files

This commit is contained in:
topjohnwu
2019-08-21 10:38:09 +08:00
parent 84f0ff2fad
commit 2e7ce2a769
3 changed files with 10 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ android {
defaultConfig {
applicationId 'com.topjohnwu.magisk'
versionCode 1
versionName configProps['appVersion']
versionName props['appVersion']
}
buildTypes {