Skip to content

Commit

Permalink
Fix proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Jul 17, 2023
1 parent f809e78 commit 478875d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
-keep class icu.nullptr.hidemyapplist.data.UpdateData$* { *; }

-keep,allowoptimization class * extends androidx.preference.PreferenceFragmentCompat
-keepclassmembers class com.tsng.hidemyapplist.databinding.** {
public <methods>;
}
1 change: 1 addition & 0 deletions xposed/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-keep class com.github.kyuubiran.ezxhelper.utils.** { *; }
-keep class icu.nullptr.hidemyapplist.xposed.XposedEntry { *; }
-ignorewarnings

0 comments on commit 478875d

Please sign in to comment.