Bump version

This commit is contained in:
Lucas Lima 2020-06-22 21:22:03 -03:00
parent dd644b5036
commit 4fb319990c
No known key found for this signature in database
GPG key ID: 0259A3F43EC1027A
5 changed files with 10 additions and 10 deletions

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 701011
versionName '7.1.1'
versionCode 701021
versionName '7.1.2'
applicationId 'dev.lucanlm.antimine'
minSdkVersion 16
targetSdkVersion 29

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 701011
versionName '7.1.1'
versionCode 701021
versionName '7.1.2'
minSdkVersion 16
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 29
defaultConfig {
versionCode 701011 // MMmmPPv
versionName '7.1.1'
versionCode 701021 // MMmmPPv
versionName '7.1.2'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'en', 'cs', 'de', 'el', 'es', 'fr', 'ja', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 29
defaultConfig {
versionCode 701011 // MMmmPPv
versionName '7.1.1'
versionCode 701021 // MMmmPPv
versionName '7.1.2'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'en', 'cs', 'de', 'el', 'es', 'fr', 'ja', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh'

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 701011
versionName '7.1.1'
versionCode 701021
versionName '7.1.2'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 29