精简apk体积

This commit is contained in:
wenyifan
2022-11-25 18:56:19 +08:00
parent 9eda0e322d
commit 0610279ee1
6 changed files with 9 additions and 34 deletions

View File

@ -28,11 +28,5 @@ android {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
compileOnly files('libs/XposedBridgeAPI-89.jar')
}