aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-11-07 22:34:58 -0800
committerAllan Wang <me@allanwang.ca>2020-11-07 22:34:58 -0800
commit28797d952c7e627597236a9c151d7fd937692f10 (patch)
tree870b36bb8d08c0b4876e3a163a28719aadee3bd6 /app/build.gradle
parent97fecd1694c5d5abe16a7b05ec79544082cc302b (diff)
downloadfrost-28797d952c7e627597236a9c151d7fd937692f10.tar.gz
frost-28797d952c7e627597236a9c151d7fd937692f10.tar.bz2
frost-28797d952c7e627597236a9c151d7fd937692f10.zip
Auto version
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 b9c2d6b4..ab1c5434 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 2040700
-// versionCode androidGitVersion.code()
- versionName '2.4.7'
-// versionName androidGitVersion.name()
+// versionCode 2040700
+ versionCode androidGitVersion.code()
+// versionName '2.4.7'
+ versionName androidGitVersion.name()
if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds