Bump version

This commit is contained in:
Lucas Lima 2020-07-05 21:13:50 -03:00
parent 047cb21844
commit 6575d3067e
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 { defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid // versionCode and versionName must be hardcoded to support F-droid
versionCode 702031 versionCode 702041
versionName '7.2.3' versionName '7.2.4'
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
multiDexEnabled true multiDexEnabled true

View file

@ -9,8 +9,8 @@ android {
defaultConfig { defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid // versionCode and versionName must be hardcoded to support F-droid
versionCode 702031 versionCode 702041
versionName '7.2.3' versionName '7.2.4'
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 30 compileSdkVersion 30
defaultConfig { defaultConfig {
versionCode 702031 // MMmmPPv versionCode 702041 // MMmmPPv
versionName '7.2.3' versionName '7.2.4'
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
} }

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 30 compileSdkVersion 30
defaultConfig { defaultConfig {
versionCode 702031 // MMmmPPv versionCode 702041 // MMmmPPv
versionName '7.2.3' versionName '7.2.4'
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
} }

View file

@ -9,8 +9,8 @@ android {
defaultConfig { defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid // versionCode and versionName must be hardcoded to support F-droid
versionCode 702031 versionCode 702041
versionName '7.2.3' versionName '7.2.4'
applicationId 'dev.lucasnlm.antimine' applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 30