Update proguard-rules.pro

This commit is contained in:
FongMi 2023-07-15 23:54:51 +08:00
parent e9f1b54f7d
commit d52973863e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
-keep class com.github.catvod.js.* { *; }
-keep class com.github.catvod.crawler.* { *; }
-keep class com.github.catvod.spider.* { public <methods>; }
-keep class com.github.catvod.parser.* { public <methods>; }
# Gson
-keepattributes Signature