Release v2.0-beta2

This commit is contained in:
Alexander Bakker 2021-05-08 11:04:59 +02:00
parent 7dc7f6ccc0
commit 7dff3fbad1
2 changed files with 5 additions and 2 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
versionCode 46
versionName "2.0-beta1"
versionCode 47
versionName "2.0-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""