From 097d2e0a393294bb239a2455a9a75a405a220fad Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 20 Jan 2018 21:58:59 -0500 Subject: Add back git tag versioning (#129) --- about/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'about') diff --git a/about/build.gradle b/about/build.gradle index 4794178..af87f1e 100644 --- a/about/build.gradle +++ b/about/build.gradle @@ -1,8 +1,11 @@ +plugins { + id 'com.gladed.androidgitversion' version '0.4.3' +} apply from: '../android-lib.gradle' android { defaultConfig { - resValue "string", "kau_version_code", project.VERSION_NAME + resValue "string", "kau_version_code", androidGitVersion.name() } } -- cgit v1.2.3