Bump version
This commit is contained in:
parent
0ba4bb4a11
commit
6a16fa789d
5 changed files with 10 additions and 10 deletions
|
@ -15,8 +15,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 805011
|
||||
versionName '8.5.1'
|
||||
versionCode 805021
|
||||
versionName '8.5.2'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -10,8 +10,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 805011
|
||||
versionName '8.5.1'
|
||||
versionCode 805021
|
||||
versionName '8.5.2'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
versionCode 805011
|
||||
versionName '8.5.1'
|
||||
versionCode 805021
|
||||
versionName '8.5.2'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -12,8 +12,8 @@ android {
|
|||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
versionCode 805011
|
||||
versionName '8.5.1'
|
||||
versionCode 805021
|
||||
versionName '8.5.2'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -10,8 +10,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 805011
|
||||
versionName '8.5.1'
|
||||
versionCode 805021
|
||||
versionName '8.5.2'
|
||||
applicationId 'dev.lucasnlm.antimine'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
|
|
Loading…
Reference in a new issue