Skip to content

Commit

Permalink
Release v1.4-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Dec 4, 2020
1 parent d94be24 commit 735c086
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 @@ -24,8 +24,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 30
versionCode 41
versionName "1.4-beta1"
versionCode 42
versionName "1.4-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down

0 comments on commit 735c086

Please sign in to comment.