Skip to content

Commit

Permalink
优化hook安装包体积
Browse files Browse the repository at this point in the history
删除没用的ui相关依赖,
  • Loading branch information
AoEiuV020 committed Jan 5, 2022
1 parent c990a22 commit 74edb35
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 37 deletions.
4 changes: 0 additions & 4 deletions hook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ android {
dependencies {
compileOnly 'de.robv.android.xposed:api:82'

implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
//noinspection GradleDynamicVersion
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion hook/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.IAmNotDisabled"
android:theme="@android:style/Theme.Light"
tools:ignore="AllowBackup">
<meta-data android:name="xposedscope" android:resource="@array/xposed_scope" />
<meta-data
Expand Down
16 changes: 0 additions & 16 deletions hook/src/main/res/values-night/themes.xml

This file was deleted.

16 changes: 0 additions & 16 deletions hook/src/main/res/values/themes.xml

This file was deleted.

0 comments on commit 74edb35

Please # to comment.