Release v2.0.1

This commit is contained in:
Alexander Bakker 2021-06-23 18:41:26 +02:00
parent 44f69e755c
commit eb22101b02
2 changed files with 13 additions and 2 deletions

View file

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