Bump version
This commit is contained in:
parent
00f9aa57be
commit
01d9a66aca
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 702051
|
||||
versionName '7.2.5'
|
||||
versionCode 702061
|
||||
versionName '7.2.6'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 702051
|
||||
versionName '7.2.5'
|
||||
versionCode 702061
|
||||
versionName '7.2.6'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
versionCode 702051 // MMmmPPv
|
||||
versionName '7.2.5'
|
||||
versionCode 702061 // MMmmPPv
|
||||
versionName '7.2.6'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -6,8 +6,8 @@ android {
|
|||
compileSdkVersion 30
|
||||
|
||||
defaultConfig {
|
||||
versionCode 702051 // MMmmPPv
|
||||
versionName '7.2.5'
|
||||
versionCode 702061 // MMmmPPv
|
||||
versionName '7.2.6'
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// versionCode and versionName must be hardcoded to support F-droid
|
||||
versionCode 702051
|
||||
versionName '7.2.5'
|
||||
versionCode 702061
|
||||
versionName '7.2.6'
|
||||
applicationId 'dev.lucasnlm.antimine'
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
|
|
Loading…
Reference in a new issue