bump 5.9.0.1

This commit is contained in:
Riko Sakurauchi 2019-07-24 10:41:50 +08:00
parent 7a46594300
commit d56b077eb8
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
1 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ android {
}
}
defaultConfig.versionCode = 1648
defaultConfig.versionCode = 1648 + 1
applicationVariants.all { variant ->
variant.outputs.all { output ->
@ -289,7 +289,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionName "5.9.0"
versionName "5.9.0.1"
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']