Release v1.3-beta2

This commit is contained in:
Alexander Bakker 2020-08-02 12:29:01 +02:00
parent 02e01723b2
commit 9e4313e138

View file

@ -20,8 +20,8 @@ android {
applicationId "com.beemdevelopment.aegis" applicationId "com.beemdevelopment.aegis"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 37 versionCode 38
versionName "1.3-beta1" versionName "1.3-beta2"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""