aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-03-02 00:11:02 -0800
committerAllan Wang <me@allanwang.ca>2020-03-02 00:11:02 -0800
commit7aa08535fcf3521fe10e58418e7dae7038a105b6 (patch)
tree868fbaed8d15d0b603d74b774ad58075e6961bd1 /app/build.gradle
parent98e7857d8b0057a328c68559d809c3f663d81217 (diff)
downloadfrost-7aa08535fcf3521fe10e58418e7dae7038a105b6.tar.gz
frost-7aa08535fcf3521fe10e58418e7dae7038a105b6.tar.bz2
frost-7aa08535fcf3521fe10e58418e7dae7038a105b6.zip
Reset version info
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 3216e238..632e867f 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 2040400
-// versionCode androidGitVersion.code()
- versionName '2.4.4'
-// versionName androidGitVersion.name()
+// versionCode 2040400
+ versionCode androidGitVersion.code()
+// versionName '2.4.4'
+ versionName androidGitVersion.name()
if (System.getenv('TRAVIS') != 'true') {
// Verification for F-Droid builds