From ec8f70e41f01b7265930de19aef43b6000f03bf1 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 17 Dec 2020 14:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4quick=E7=9A=84androidx?= =?UTF-8?q?=E7=9A=84dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c42822b..91132b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,6 @@ android { dependencies { implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') - implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.android.volley:volley:1.1.1' implementation 'org.greenrobot:eventbus:3.2.0' }