From c6b55de2e6352d723ee9d8d6f294406f2ffa4c7c Mon Sep 17 00:00:00 2001 From: teach Date: Thu, 30 Apr 2020 09:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- groupedadapter/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/groupedadapter/build.gradle b/groupedadapter/build.gradle index e9c35c9..6959e83 100644 --- a/groupedadapter/build.gradle +++ b/groupedadapter/build.gradle @@ -27,9 +27,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' - implementation 'com.android.support:appcompat-v7:26.1.0' - implementation 'com.android.support:recyclerview-v7:26.1.0' + compileOnly 'com.android.support:recyclerview-v7:26.1.0' } //---------------------------------------------