From 3a92363e65a29b6106cdfa98d6bcf297b0eda5ad Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 24 Jan 2018 23:44:49 -0500 Subject: Create buildSrc --- about/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'about') 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 } } -- cgit v1.2.3