mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
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:
parent
2519633265
commit
1a7a794dc9
1 changed files with 1 additions and 1 deletions
|
@ -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()}\""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue