From 05efb2cc62230a3994c15f050e535aeb704651e2 Mon Sep 17 00:00:00 2001 From: TheFoolBoy <2934367790@qq.com> Date: Sat, 2 Apr 2022 19:24:18 +0800 Subject: [PATCH] =?UTF-8?q?cy:=E4=BF=AE=E6=94=B9library=20appcompat=20?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E4=B8=BAcompileOnly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dialog/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dialog/build.gradle b/dialog/build.gradle index 177672c..99502a2 100644 --- a/dialog/build.gradle +++ b/dialog/build.gradle @@ -35,8 +35,5 @@ artifacts { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:+' - testImplementation 'junit:junit:+' - androidTestImplementation 'androidx.test.ext:junit:+' - androidTestImplementation 'androidx.test.espresso:espresso-core:+' + compileOnly 'androidx.appcompat:appcompat:+' }