aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-08 11:12:19 -0800
committerAllan Wang <me@allanwang.ca>2020-02-08 11:12:19 -0800
commitb48c76f21e7d11bd6ba34b5684dbc6b077410f49 (patch)
tree94e31e1baa292d07672881577c1b5d55f5f96e5f
parent2d54d588eb56e1ddf20cafeb95fa261e8a547607 (diff)
downloadfrost-b48c76f21e7d11bd6ba34b5684dbc6b077410f49.tar.gz
frost-b48c76f21e7d11bd6ba34b5684dbc6b077410f49.tar.bz2
frost-b48c76f21e7d11bd6ba34b5684dbc6b077410f49.zip
Update frost version
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0bf77b05..d9f02d1a 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 2040300
-// versionCode androidGitVersion.code()
- versionName '2.4.3'
-// versionName androidGitVersion.name()
+// versionCode 2040300
+ versionCode androidGitVersion.code()
+// versionName '2.4.3'
+ versionName androidGitVersion.name()
// Verification for F-Droid builds
if (versionCode != androidGitVersion.code()) {