ktor
This commit is contained in:
parent
382c82513f
commit
6c98203b45
|
|
@ -77,9 +77,13 @@
|
||||||
# to ignore warnings coming from slf4j and logback
|
# to ignore warnings coming from slf4j and logback
|
||||||
|
|
||||||
-keep class ch.qos.** { *; }
|
-keep class ch.qos.** { *; }
|
||||||
|
-keepclassmembers class ch.qos.** { *; }
|
||||||
-dontwarn ch.qos.**
|
-dontwarn ch.qos.**
|
||||||
|
|
||||||
-keep class org.slf4j.** { *; }
|
-keep class org.slf4j.** { *; }
|
||||||
|
-keep @org.slf4j.* class * { *; }
|
||||||
|
-keepclassmembers class org.slf4j.** { *; }
|
||||||
|
|
||||||
-dontwarn org.slf4j.**
|
-dontwarn org.slf4j.**
|
||||||
|
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
b06b6dc80935156388b25d4e882049a9
|
5d41a155e40f64b26b514ec52a1c6ab9
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;b06b6dc80935156388b25d4e882049a9",
|
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;5d41a155e40f64b26b514ec52a1c6ab9",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "电视直播",
|
"name": "电视直播",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue