diff options
Diffstat (limited to 'about')
-rw-r--r-- | about/build.gradle | 5 |
1 files changed, 4 insertions, 1 deletions
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() } } |