Skip to content

Commit

Permalink
fix: missing proguard-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu committed Jul 13, 2023
1 parent aa8e393 commit c9723d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
-keep class xyz.nextalone.** { *; }
-keep class cc.ioctl.** { *; }
-keep class sakura.kooi.** { *; }
-keep class moe.zapic.** { *; }
-keep class com.tencent.mmkv.** { *; }

-keepclasseswithmembernames class * {
Expand Down

0 comments on commit c9723d4

Please sign in to comment.