Update version

This commit is contained in:
Lucas Lima 2020-03-10 21:06:34 -03:00
parent 018d180568
commit a3092ab8d6
No known key found for this signature in database
GPG key ID: C828A958035D9C34
3 changed files with 6 additions and 6 deletions

View file

@ -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'

View file

@ -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"
}

View file

@ -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'
}