Bump version

This commit is contained in:
Lucas Lima 2020-07-10 00:14:21 -03:00
parent 00f9aa57be
commit 01d9a66aca
No known key found for this signature in database
GPG key ID: C5EEF4C30BFBF8D7
5 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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'

View file

@ -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
}

View file

@ -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
}

View file

@ -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