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.
pull/324/head
Alexander Bakker 6 years ago
parent 2519633265
commit 1a7a794dc9

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

Loading…
Cancel
Save