Bump version
This commit is contained in:
parent
9c3999ce5c
commit
bc0f97ad69
5 changed files with 10 additions and 10 deletions
|
@ -8,8 +8,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 800051
|
versionCode 800061
|
||||||
versionName '8.0.5'
|
versionName '8.0.6'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
|
@ -8,8 +8,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 800051
|
versionCode 800061
|
||||||
versionName '8.0.5'
|
versionName '8.0.6'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
|
|
|
@ -6,8 +6,8 @@ android {
|
||||||
compileSdkVersion 30
|
compileSdkVersion 30
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 800051 // MMmmPPv
|
versionCode 800061
|
||||||
versionName '8.0.5'
|
versionName '8.0.6'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,8 @@ android {
|
||||||
compileSdkVersion 30
|
compileSdkVersion 30
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 800051
|
versionCode 800061
|
||||||
versionName '8.0.5'
|
versionName '8.0.6'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,8 +8,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 800051
|
versionCode 800061
|
||||||
versionName '8.0.5'
|
versionName '8.0.6'
|
||||||
applicationId 'dev.lucasnlm.antimine'
|
applicationId 'dev.lucasnlm.antimine'
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
Loading…
Reference in a new issue