bump 5.7.1.3

This commit is contained in:
Riko Sakurauchi 2019-07-09 21:11:05 +08:00
parent 80ec20e6a8
commit 70713148d7
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 + 2 defaultConfig.versionCode = 1608 + 3
applicationVariants.all { variant -> applicationVariants.all { variant ->
variant.outputs.all { output -> variant.outputs.all { output ->
@ -290,7 +290,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionName "5.7.1.2" versionName "5.7.1.3"
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi'] vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']