Bump version

This commit is contained in:
Lucas Lima 2020-07-17 20:08:44 -03:00
parent ec3c20b176
commit 5d67c21003
No known key found for this signature in database
GPG key ID: 0259A3F43EC1027A
5 changed files with 9 additions and 9 deletions

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 703001
versionName '7.3.0'
versionCode 703011
versionName '7.3.1'
minSdkVersion 16
targetSdkVersion 30
multiDexEnabled true

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 703001
versionName '7.3.0'
versionCode 703011
versionName '7.3.1'
minSdkVersion 16
targetSdkVersion 30
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 703001 // MMmmPPv
versionName '7.3.0'
versionCode 703011 // MMmmPPv
versionName '7.3.1'
minSdkVersion 16
targetSdkVersion 30
}

View file

@ -7,7 +7,7 @@ android {
defaultConfig {
versionCode 7020761 // MMmmPPv
versionName '7.3.0'
versionName '7.3.1'
minSdkVersion 16
targetSdkVersion 30
}

View file

@ -9,8 +9,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 703001
versionName '7.3.0'
versionCode 703011
versionName '7.3.1'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 30