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

Commit

Permalink
Prepare v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Sep 18, 2022
1 parent 62914bd commit 30670b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/ktfmt.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 3010200
versionCode androidGitVersion.code()
// versionName '3.1.2'
versionName androidGitVersion.name()
versionCode 3020000
// versionCode androidGitVersion.code()
versionName '3.2.0'
// versionName androidGitVersion.name()

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

0 comments on commit 30670b1

Please sign in to comment.