Bump version

This commit is contained in:
Lucas Lima 2020-06-12 14:28:50 -03:00
parent 513c7f1603
commit 17910972b7
No known key found for this signature in database
GPG key ID: C5EEF4C30BFBF8D7
5 changed files with 10 additions and 10 deletions

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 700021
versionName '7.0.2'
versionCode 701001
versionName '7.1.0'
applicationId 'dev.lucanlm.antimine'
minSdkVersion 16
targetSdkVersion 29

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 700021
versionName '7.0.2'
versionCode 701001
versionName '7.1.0'
minSdkVersion 16
targetSdkVersion 29
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 29
defaultConfig {
versionCode 700021 // MMmmPPv
versionName '7.0.2'
versionCode 701001 // MMmmPPv
versionName '7.1.0'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'en', 'cs', 'de', 'el', 'es', 'fr', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 29
defaultConfig {
versionCode 700021 // MMmmPPv
versionName '7.0.2'
versionCode 701001 // MMmmPPv
versionName '7.1.0'
minSdkVersion 16
targetSdkVersion 29
resConfigs 'en', 'cs', 'de', 'el', 'es', 'fr', 'pt', 'ru', 'tr', 'uk', 'vi', 'zh'

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 700021
versionName '7.0.2'
versionCode 701001
versionName '7.1.0'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 29