Update proguard-rules.pro
This commit is contained in:
parent
eb749451c5
commit
cdc83d1f8a
|
|
@ -6,6 +6,7 @@
|
||||||
-keep class com.github.catvod.js.* { *; }
|
-keep class com.github.catvod.js.* { *; }
|
||||||
-keep class com.github.catvod.crawler.* { *; }
|
-keep class com.github.catvod.crawler.* { *; }
|
||||||
-keep class com.github.catvod.spider.* { public <methods>; }
|
-keep class com.github.catvod.spider.* { public <methods>; }
|
||||||
|
-keep class com.github.catvod.parser.* { public <methods>; }
|
||||||
|
|
||||||
# Gson
|
# Gson
|
||||||
-keepattributes Signature
|
-keepattributes Signature
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue