aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTrumeet <liangyuteng12345@gmail.com>2018-11-25 21:14:42 -0800
committerTrumeet <liangyuteng12345@gmail.com>2018-11-25 21:14:42 -0800
commit5a9c7a96b94369d6483233afc411be66f05b8de5 (patch)
treeffc555baafd7ea48ded8a6c760abc7c41a97c9d2 /app
parentc5f5c348be705d88ed731e335eb102fccc7f5880 (diff)
downloadSysUIController-5a9c7a96b94369d6483233afc411be66f05b8de5.tar
SysUIController-5a9c7a96b94369d6483233afc411be66f05b8de5.tar.gz
SysUIController-5a9c7a96b94369d6483233afc411be66f05b8de5.tar.bz2
SysUIController-5a9c7a96b94369d6483233afc411be66f05b8de5.zip
feat(app): use git commit count as version
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f2bc5db..5a4ce5b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,8 +10,8 @@ android {
applicationId "moe.yuuta.sysuicontroller"
minSdkVersion 21
targetSdkVersion 28
- versionCode 1
- versionName "0.1 α"
+ versionCode rootProject.ext.versionCode
+ versionName rootProject.ext.versionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {