Bump versionCode to 29

The APK released to the Play Store has versionCode set to 29 instead of 28,
because the update had to be resubmitted due to an erroneous rejection by
Google.
This commit is contained in:
Alexander Bakker 2020-02-29 10:27:31 +01:00
parent 2519633265
commit 1a7a794dc9

View file

@ -19,7 +19,7 @@ android {
applicationId "com.beemdevelopment.aegis" applicationId "com.beemdevelopment.aegis"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 28 versionCode 29
versionName "1.1.4" versionName "1.1.4"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""