Upgrade to Android Gradle plugin 4.1.0

This commit is contained in:
2020-11-28 10:06:53 -06:00
parent 49faacda1c
commit 1787c0e74e
3 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion MIN_SDK_VERSION as Integer
targetSdkVersion TARGET_SDK_VERSION as Integer
versionCode VERSION_CODE as Integer
versionName "$VERSION_NAME"
buildConfigField 'int', 'VERSION_CODE', "$VERSION_CODE"
buildConfigField 'String', 'VERSION_NAME', "\"$VERSION_NAME\""
}
compileOptions {