Update version
This commit is contained in:
parent
018d180568
commit
a3092ab8d6
3 changed files with 6 additions and 6 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
multiDexEnabled true
|
||||
versionCode 55
|
||||
versionName '6.1.0'
|
||||
versionCode 59
|
||||
versionName '6.1.3'
|
||||
|
||||
vectorDrawables.useSupportLibrary true
|
||||
resConfigs 'en', 'pt', 'es', 'zh'
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
versionCode 45
|
||||
versionName '6.1.0'
|
||||
versionCode 59
|
||||
versionName '6.1.3'
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId 'dev.lucasnlm.antimine.wear'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 45
|
||||
versionName '6.1.0'
|
||||
versionCode 59
|
||||
versionName '6.1.3'
|
||||
|
||||
resConfigs 'en', 'pt', 'es', 'zh'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue