Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Aug 10, 2020
1 parent 762fb9b commit 35b5ce9
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 38
versionName "1.3-beta2"
versionCode 39
versionName "1.3"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down

0 comments on commit 35b5ce9

Please sign in to comment.