aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-11-07 21:30:06 -0800
committerAllan Wang <me@allanwang.ca>2020-11-07 21:30:06 -0800
commit4a848c4f9296482bc5dd14e20a8b90829f34b838 (patch)
treeecf35d251447f89e2373937bdf4817d619b8500a /app/build.gradle
parent87ec548ca8d531062c5eb19ca2e80c6405e27ba2 (diff)
downloadfrost-4a848c4f9296482bc5dd14e20a8b90829f34b838.tar.gz
frost-4a848c4f9296482bc5dd14e20a8b90829f34b838.tar.bz2
frost-4a848c4f9296482bc5dd14e20a8b90829f34b838.zip
Tag update
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 29b896c7..b9c2d6b4 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 2040600
- versionCode androidGitVersion.code()
-// versionName '2.4.6'
- 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