From 8c42ac8173448d0fc2a7949437f6b2771477b0c7 Mon Sep 17 00:00:00 2001 From: lwg <13480020053@163.com> Date: Tue, 4 Jul 2017 11:17:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=B3=A8=E5=85=A5=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 0c398d1..393fc05 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -26,8 +26,7 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - testCompile 'junit:junit:4.12' compile 'com.lzy.widget:imagepicker:0.5.5' - compile 'io.reactivex:rxjava:1.1.2' - compile 'com.github.bumptech.glide:glide:3.7.0' + provided 'io.reactivex:rxjava:1.1.2' + provided 'com.github.bumptech.glide:glide:3.7.0' }