Fix py proguard

release
FongMi 2 years ago
parent f1f342cc71
commit fb33d0f120
  1. 3
      app/proguard-rules.pro

@ -24,8 +24,9 @@
-keep class okhttp3.** { *; }
# CatVod
-keep class com.github.catvod.Proxy { *; }
-keep class com.github.catvod.crawler.** { *; }
-keep class com.github.catvod.crawler.** { *; }
-keep class * extends com.github.catvod.crawler.Spider
# Cling
-dontwarn javax.**

Loading…
Cancel
Save