diff options
author | Allan Wang <me@allanwang.ca> | 2018-01-24 23:44:49 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-01-24 23:44:49 -0500 |
commit | 3a92363e65a29b6106cdfa98d6bcf297b0eda5ad (patch) | |
tree | 9c61fbce5d486374aad1e7767ebc2ee6f67348cc /about | |
parent | 9c00231884c69456c2deb2918cd0ecd50f3ac0a0 (diff) | |
download | kau-3a92363e65a29b6106cdfa98d6bcf297b0eda5ad.tar.gz kau-3a92363e65a29b6106cdfa98d6bcf297b0eda5ad.tar.bz2 kau-3a92363e65a29b6106cdfa98d6bcf297b0eda5ad.zip |
Create buildSrc
Diffstat (limited to 'about')
-rw-r--r-- | about/build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/about/build.gradle b/about/build.gradle index af87f1e..29f77c0 100644 --- a/about/build.gradle +++ b/about/build.gradle @@ -1,6 +1,3 @@ -plugins { - id 'com.gladed.androidgitversion' version '0.4.3' -} apply from: '../android-lib.gradle' android { @@ -13,7 +10,7 @@ dependencies { implementation project(':core-ui') implementation project(':adapter') - api("com.mikepenz:aboutlibraries:${ABOUT_LIBRARIES}@aar") { + api("com.mikepenz:aboutlibraries:${kau.aboutLibraries}@aar") { transitive = false } } |