aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-23 12:17:13 -0800
committerAllan Wang <me@allanwang.ca>2021-11-23 12:17:13 -0800
commite33dd68045870438152004ebbca5d3c08dffe953 (patch)
treec796ba848b8a30d68afa280dc32b161aa61d71c5 /app/build.gradle
parenteb2e0d07f278eb2079666ffabcbee007173c17af (diff)
downloadfrost-e33dd68045870438152004ebbca5d3c08dffe953.tar.gz
frost-e33dd68045870438152004ebbca5d3c08dffe953.tar.bz2
frost-e33dd68045870438152004ebbca5d3c08dffe953.zip
Prep 3.1.2v3.1.2
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2655f695..fc509d42 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -35,10 +35,10 @@ android {
applicationId "${project.APP_GROUP}.${project.APP_ID.toLowerCase(Locale.CANADA)}"
minSdkVersion kau.Versions.minSdk
targetSdkVersion Versions.targetSdk
-// versionCode 3010100
- versionCode androidGitVersion.code()
-// versionName '3.1.1'
- versionName androidGitVersion.name()
+ versionCode 3010200
+// versionCode androidGitVersion.code()
+ versionName '3.1.2'
+// versionName androidGitVersion.name()
if (System.getenv('CI') != 'true') {
// Verification for F-Droid builds