From fac89a1d294c3a01a017fde8e5625dcd5f18df93 Mon Sep 17 00:00:00 2001 From: chaychan <844738237@qq.com> Date: Mon, 10 Apr 2017 09:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BE=9D=E8=B5=96=E5=85=B3?= =?UTF-8?q?=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 - viewlib/build.gradle | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ef73de6..bad2d94 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,5 +24,4 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:24.2.1' compile project(':viewlib') - compile project(':ExpandableTextView') } diff --git a/viewlib/build.gradle b/viewlib/build.gradle index 1276959..4ad2dbe 100644 --- a/viewlib/build.gradle +++ b/viewlib/build.gradle @@ -19,8 +19,9 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) + compile fileTree(include: ['*.jar'], dir: 'libs') testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:24.2.1' compile 'com.nineoldandroids:library:2.4.0' + compile project(':ExpandableTextView') } -- GitLab