Release v1.1

This commit is contained in:
Alexander Bakker 2020-01-03 12:33:15 +01:00
parent 8824b779f5
commit 3506fdaad9
2 changed files with 5 additions and 2 deletions

View file

@ -19,8 +19,8 @@ android {
applicationId "com.beemdevelopment.aegis"
minSdkVersion 19
targetSdkVersion 29
versionCode 23
versionName "1.1-beta1"
versionCode 24
versionName "1.1"
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
}