移除quick的androidx的dependencies

This commit is contained in:
zhl 2020-12-17 14:48:01 +08:00
parent f2a97527fb
commit ec8f70e41f

View File

@ -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'
}