Release 6.0.1

This commit is contained in:
Lucas Lima 2020-02-22 00:12:02 -03:00
parent 79cf880170
commit 70e4d92c21
No known key found for this signature in database
GPG key ID: C828A958035D9C34
3 changed files with 7 additions and 7 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 16
targetSdkVersion 29
versionCode 40
versionName '6.0'
versionCode 41
versionName '6.0.1'
resConfigs 'en', 'pt', 'es', 'zh'
}

View file

@ -7,10 +7,10 @@ android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 29
versionCode 19
versionName '3.0'
versionCode 41
versionName '6.0.1'
}
kapt {

View file

@ -11,8 +11,8 @@ android {
applicationId 'dev.lucasnlm.antimine.wear'
minSdkVersion 23
targetSdkVersion 29
versionCode 22
versionName '5.0'
versionCode 41
versionName '6.0.1'
resConfigs 'en', 'pt', 'es', 'zh'
}