更改隐藏 HD 实现方法

* 以及压缩 dex
This commit is contained in:
YuKongA
2022-02-18 16:00:10 +08:00
parent 1d917f607d
commit be4e4a0414
2 changed files with 21 additions and 9 deletions

View File

@@ -29,6 +29,11 @@ android {
buildFeatures {
viewBinding true
}
packagingOptions {
dex {
useLegacyPackaging true
}
}
android.applicationVariants.all {
variant ->
variant.outputs.all {
@@ -39,6 +44,6 @@ android {
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.material:material:1.5.0'
}