bump 5.7.1.2

This commit is contained in:
Riko Sakurauchi 2019-07-07 13:47:00 +08:00
parent 5e1cccaa48
commit 501a9b16f6
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
1 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ android {
}
}
defaultConfig.versionCode = 1608 + 1
defaultConfig.versionCode = 1608 + 2
applicationVariants.all { variant ->
variant.outputs.all { output ->
@ -290,7 +290,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionName "5.7.1.1"
versionName "5.7.1.2"
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']