Fix py proguard

pull/586/head
FongMi 2 years ago
parent 4e90a81682
commit 67482c148c
  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