Release v1.4-beta1

This commit is contained in:
Alexander Bakker 2020-12-04 20:49:51 +01:00
parent 7ca072a29c
commit d24e1471a7
2 changed files with 30 additions and 2 deletions

View file

@ -22,8 +22,8 @@ android {
applicationId "com.beemdevelopment.aegis"
minSdkVersion 21
targetSdkVersion 30
versionCode 39
versionName "1.3"
versionCode 41
versionName "1.4-beta1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""