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

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Jan 25, 2021
1 parent 94aa2dd commit 21e583f
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 @@ -34,10 +34,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
// versionCode 2040700
versionCode androidGitVersion.code()
// versionName '2.4.7'
versionName androidGitVersion.name()
versionCode 3000000
// versionCode androidGitVersion.code()
versionName '3.0.0'
// versionName androidGitVersion.name()

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

0 comments on commit 21e583f

Please sign in to comment.