aboutsummaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-08 01:09:42 -0400
committerAllan Wang <me@allanwang.ca>2019-06-08 01:09:42 -0400
commitc340f824a8a287cf5e5000a91b668be2e7fe3e0f (patch)
treec8ad475da88e1191f34f18b645d1ea4f29088ff4 /about
parent065f2db88e4b87b53b3216a5313d5e1e22fa2867 (diff)
downloadkau-c340f824a8a287cf5e5000a91b668be2e7fe3e0f.tar.gz
kau-c340f824a8a287cf5e5000a91b668be2e7fe3e0f.tar.bz2
kau-c340f824a8a287cf5e5000a91b668be2e7fe3e0f.zip
Add many more dependency declarations in plugin
Diffstat (limited to 'about')
-rw-r--r--about/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/about/build.gradle b/about/build.gradle
index 7578ce0..5a2a395 100644
--- a/about/build.gradle
+++ b/about/build.gradle
@@ -10,9 +10,7 @@ dependencies {
implementation project(':core-ui')
implementation project(':adapter')
- api("com.mikepenz:aboutlibraries:${kau.Versions.aboutLibraries}@aar") {
- transitive = false
- }
+ api kau.Dependencies.aboutLibraries
}
apply from: '../artifacts.gradle'