Skip to content

Commit

Permalink
Fix proguard rules for release build
Browse files Browse the repository at this point in the history
Update JingMatrix/LSPosed as well.
Close #4 as fixed.
  • Loading branch information
JingMatrix committed Aug 4, 2024
1 parent 9e241ea commit b8c4664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core
1 change: 1 addition & 0 deletions manager/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}

-keep class com.beust.jcommander.** { *; }
-keep class org.lsposed.lspatch.database.** { *; }
-keep class org.lsposed.lspatch.Patcher$Options { *; }
-keep class org.lsposed.lspatch.share.LSPConfig { *; }
-keep class org.lsposed.lspatch.share.PatchConfig { *; }
Expand Down

0 comments on commit b8c4664

Please sign in to comment.