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

Commit

Permalink
Prep 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Sep 29, 2021
1 parent 656c372 commit 3b6de26
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 3010000
versionCode androidGitVersion.code()
// versionName '3.1.0'
versionName androidGitVersion.name()
versionCode 3010100
// versionCode androidGitVersion.code()
versionName '3.1.1'
// versionName androidGitVersion.name()

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

0 comments on commit 3b6de26

Please sign in to comment.