Fix proguard rules

This commit is contained in:
JingMatrix 2024-09-12 11:11:31 +02:00
parent 90880f9bbe
commit a85a0fa578
2 changed files with 2 additions and 0 deletions

View File

@ -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 { *; }

View File

@ -7,4 +7,5 @@
-keepnames class org.lsposed.lspd.util.LspModuleClassLoader
-keepnames class org.lsposed.lspd.util.MetaDataReader
-repackageclasses org.lsposed.external
-keepattributes SourceFile,LineNumberTable