Bump version
This commit is contained in:
parent
1b1439ecf4
commit
f73c2c945d
5 changed files with 10 additions and 10 deletions
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 800031
|
||||
versionName '8.0.3'
|
||||
versionCode 800041
|
||||
versionName '8.0.4'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 800031
|
||||
versionName '8.0.3'
|
||||
versionCode 800041
|
||||
versionName '8.0.4'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
versionCode 800031 // MMmmPPv
|
||||
versionName '8.0.3'
|
||||
versionCode 800041 // MMmmPPv
|
||||
versionName '8.0.4'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
versionCode 800031 // MMmmPPv
|
||||
versionName '8.0.3'
|
||||
versionCode 800041 // MMmmPPv
|
||||
versionName '8.0.4'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 800031
|
||||
versionName '8.0.3'
|
||||
versionCode 800041
|
||||
versionName '8.0.4'
|
||||
applicationId 'dev.lucasnlm.antimine'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
|
|
Loading…
Reference in a new issue