Release v1.4.1

This commit is contained in:
Alexander Bakker 2021-01-04 18:59:47 +01:00
parent a795015487
commit 1bd9cf3a3f
2 changed files with 7 additions and 2 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
versionCode 43
versionName "1.4"
versionCode 44
versionName "1.4.1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""