Skip to content

Commit

Permalink
Release v2.1-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Nov 3, 2022
1 parent bee490d commit b2a98d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
versionCode 52
versionName "2.1-beta1"
versionCode 53
versionName "2.1-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down

0 comments on commit b2a98d9

Please sign in to comment.