Release v3.2

This commit is contained in:
Alexander Bakker 2024-09-08 18:41:30 +02:00
parent 5640b8be83
commit 0046e8827e
2 changed files with 17 additions and 2 deletions

View file

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 34
versionCode 70
versionName "3.1.1"
versionCode 71
versionName "3.2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""