Skip to content

Commit

Permalink
Release v1.3-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Aug 2, 2020
1 parent 02e0172 commit 9e4313e
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 @@ -20,8 +20,8 @@ android {
applicationId "com.beemdevelopment.aegis"
minSdkVersion 21
targetSdkVersion 29
versionCode 37
versionName "1.3-beta1"
versionCode 38
versionName "1.3-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down

0 comments on commit 9e4313e

Please sign in to comment.