removed unused proguard rules

This commit is contained in:
strawmanbobi
2025-12-18 20:09:10 +08:00
parent 24d0623497
commit a5dd5f6304
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep public class net.irext.webapi.** {
-keepnames class net.irext.webapi.** {
public protected *;
}