Bump version

This commit is contained in:
Lucas Lima 2020-09-15 12:12:27 -03:00
parent e9844e0fee
commit 92c74e3fa6
No known key found for this signature in database
GPG key ID: 049CCC5A365B00D2
5 changed files with 10 additions and 10 deletions

View file

@ -12,8 +12,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800111
versionName '8.0.11'
versionCode 800101
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
multiDexEnabled true

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800111
versionName '8.0.11'
versionCode 800101
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 800111
versionName '8.0.11'
versionCode 800101
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
}

View file

@ -10,8 +10,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 800111
versionName '8.0.11'
versionCode 800101
versionName '8.1.0'
minSdkVersion 21
targetSdkVersion 30
}

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800111
versionName '8.0.11'
versionCode 800101
versionName '8.1.0'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 30