bump 5.9.0.2

This commit is contained in:
Riko Sakurauchi 2019-07-29 23:36:38 +08:00
parent f6ed351353
commit 9b5f39a0f6
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF

View File

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