From 33977d96c6d19a0696dcc08423baba925b219fc3 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 29 Aug 2017 18:06:56 -0400 Subject: Feature/gradle 4.x (#47) * Update to api and implementation * Update gradle * Add missing dependency * Update readme * Update external dependencies --- about/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'about') diff --git a/about/build.gradle b/about/build.gradle index 3ee1a48..4794178 100644 --- a/about/build.gradle +++ b/about/build.gradle @@ -7,10 +7,10 @@ android { } dependencies { - compile project(':core-ui') - compile project(':adapter') + implementation project(':core-ui') + implementation project(':adapter') - compile("com.mikepenz:aboutlibraries:${ABOUT_LIBRARIES}@aar") { + api("com.mikepenz:aboutlibraries:${ABOUT_LIBRARIES}@aar") { transitive = false } } -- cgit v1.2.3