mirror of https://github.com/FongMi/TV.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.4 KiB
79 lines
2.4 KiB
# Gson
|
|
-keepattributes Signature
|
|
-keepattributes *Annotation*
|
|
-dontwarn sun.misc.**
|
|
-keep class com.google.gson.** { *; }
|
|
-keep class * extends com.google.gson.TypeAdapter
|
|
-keep class * implements com.google.gson.TypeAdapterFactory
|
|
-keep class * implements com.google.gson.JsonSerializer
|
|
-keep class * implements com.google.gson.JsonDeserializer
|
|
-keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName <fields>; }
|
|
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
|
|
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
|
|
|
|
# SimpleXML
|
|
-keep interface org.simpleframework.xml.core.Label { public *; }
|
|
-keep class * implements org.simpleframework.xml.core.Label { public *; }
|
|
-keep interface org.simpleframework.xml.core.Parameter { public *; }
|
|
-keep class * implements org.simpleframework.xml.core.Parameter { public *; }
|
|
-keep interface org.simpleframework.xml.core.Extractor { public *; }
|
|
-keep class * implements org.simpleframework.xml.core.Extractor { public *; }
|
|
-keepclassmembers,allowobfuscation class * { @org.simpleframework.xml.Text <fields>; }
|
|
-keepclassmembers,allowobfuscation class * { @org.simpleframework.xml.Path <fields>; }
|
|
-keepclassmembers,allowobfuscation class * { @org.simpleframework.xml.ElementList <fields>; }
|
|
|
|
# OkHttp
|
|
-dontwarn okhttp3.**
|
|
-keep class okio.** { *; }
|
|
-keep class okhttp3.** { *; }
|
|
|
|
# CatVod
|
|
-keep class com.github.catvod.crawler.** { *; }
|
|
-keep class * extends com.github.catvod.crawler.Spider
|
|
|
|
# Cling
|
|
-keep class org.fourthline.cling.** { *; }
|
|
-keep class javax.xml.** { *; }
|
|
|
|
# Cronet
|
|
-keep class org.chromium.net.** { *; }
|
|
-keep class com.google.net.cronet.** { *; }
|
|
|
|
# EXO
|
|
-keep class org.xmlpull.v1.** { *; }
|
|
|
|
# IJK
|
|
-keep class tv.danmaku.ijk.media.player.** { *; }
|
|
|
|
# Jianpian
|
|
-keep class com.p2p.** { *; }
|
|
|
|
# Nano
|
|
-keep class fi.iki.elonen.** { *; }
|
|
|
|
# QuickJS
|
|
-keep class com.whl.quickjs.** { *; }
|
|
|
|
# Sardine
|
|
-keep class com.thegrizzlylabs.sardineandroid.** { *; }
|
|
|
|
# Smbj
|
|
-keep class com.hierynomus.** { *; }
|
|
-keep class net.engio.mbassy.** { *; }
|
|
|
|
# TVBus
|
|
-keep class com.tvbus.engine.** { *; }
|
|
|
|
# XunLei
|
|
-keep class com.xunlei.downloadlib.** { *; }
|
|
|
|
# ZLive
|
|
-keep class com.sun.jna.** { *; }
|
|
-keep class com.east.android.zlive.** { *; }
|
|
|
|
# Zxing
|
|
-keep class com.google.zxing.** { *; }
|
|
-keepclassmembers enum * {
|
|
public static **[] values();
|
|
public static ** valueOf(java.lang.String);
|
|
} |