Bump version

This commit is contained in:
Lucas Lima 2020-09-30 22:46:39 -03:00
parent e7d7be6f0b
commit 978b99482a
No known key found for this signature in database
GPG key ID: C5EEF4C30BFBF8D7
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 802001
versionName '8.2.0'
versionCode 802011
versionName '8.2.1'
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 802001
versionName '8.2.0'
versionCode 802011
versionName '8.2.1'
minSdkVersion 21
targetSdkVersion 30
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

View file

@ -6,8 +6,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 802001
versionName '8.2.0'
versionCode 802011
versionName '8.2.1'
minSdkVersion 21
targetSdkVersion 30
}

View file

@ -10,8 +10,8 @@ android {
compileSdkVersion 30
defaultConfig {
versionCode 802001
versionName '8.2.0'
versionCode 802011
versionName '8.2.1'
minSdkVersion 21
targetSdkVersion 30
}

View file

@ -8,8 +8,8 @@ android {
defaultConfig {
// versionCode and versionName must be hardcoded to support F-droid
versionCode 802001
versionName '8.2.0'
versionCode 802011
versionName '8.2.1'
applicationId 'dev.lucasnlm.antimine'
minSdkVersion 23
targetSdkVersion 30