Bump version

This commit is contained in:
Lucas Lima 2020-08-25 00:02:04 -03:00
parent 9c3999ce5c
commit bc0f97ad69
No known key found for this signature in database
GPG key ID: C5EEF4C30BFBF8D7
5 changed files with 10 additions and 10 deletions

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800051
versionName '8.0.5'
versionCode 800061
versionName '8.0.6'
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 800051
versionName '8.0.5'
versionCode 800061
versionName '8.0.6'
minSdkVersion 21
targetSdkVersion 30
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 800051 // MMmmPPv
versionName '8.0.5'
versionCode 800061
versionName '8.0.6'
minSdkVersion 21
targetSdkVersion 30
}

View file

@ -10,8 +10,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 800051
versionName '8.0.5'
versionCode 800061
versionName '8.0.6'
minSdkVersion 21
targetSdkVersion 30
}

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 800051
versionName '8.0.5'
versionCode 800061
versionName '8.0.6'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 30