Bump version
This commit is contained in:
parent
ec3c20b176
commit
5d67c21003
5 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
versionCode 7020761 // MMmmPPv
|
||||
versionName '7.3.0'
|
||||
versionName '7.3.1'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue