diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 14:21:53 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-07 14:21:53 -0400 |
commit | 6fedbcdbc51e3cbc93b920f3fda573e1d2ec780b (patch) | |
tree | b01d8c13c5a91994e619a6865d2a8341575ebfee /about | |
parent | 2c20c8bd36589e96388a0bfe851e7229d7f7cf58 (diff) | |
download | kau-6fedbcdbc51e3cbc93b920f3fda573e1d2ec780b.tar.gz kau-6fedbcdbc51e3cbc93b920f3fda573e1d2ec780b.tar.bz2 kau-6fedbcdbc51e3cbc93b920f3fda573e1d2ec780b.zip |
Remove package name
Diffstat (limited to 'about')
-rw-r--r-- | about/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/build.gradle b/about/build.gradle index 29f77c0..3aa9ef2 100644 --- a/about/build.gradle +++ b/about/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation project(':core-ui') implementation project(':adapter') - api("com.mikepenz:aboutlibraries:${kau.aboutLibraries}@aar") { + api("com.mikepenz:aboutlibraries:${Versions.aboutLibraries}@aar") { transitive = false } } |