减少apk体积

This commit is contained in:
wenyifan
2022-11-25 20:50:09 +08:00
parent 73b1f7384a
commit d1b3aaef09
5 changed files with 8 additions and 21 deletions

View File

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