Skip to content

Commit

Permalink
Release v1.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed May 16, 2020
1 parent 1f839a8 commit 6a29925
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 30
versionName "1.2-beta1"
versionCode 31
versionName "1.2-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down

0 comments on commit 6a29925

Please sign in to comment.