Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Oct 4, 2020
1 parent 4440326 commit 518ec8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
// versionCode 2040500
versionCode androidGitVersion.code()
// versionName '2.4.5'
versionName androidGitVersion.name()
versionCode 2040600
// versionCode androidGitVersion.code()
versionName '2.4.6'
// versionName androidGitVersion.name()

if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds
Expand Down

0 comments on commit 518ec8b

Please sign in to comment.