httpserver
This commit is contained in:
parent
8e35b95ac9
commit
2d2d3377c4
|
|
@ -75,11 +75,21 @@
|
||||||
-dontwarn org.ietf.jgss.Oid
|
-dontwarn org.ietf.jgss.Oid
|
||||||
-dontwarn sun.reflect.CallerSensitive
|
-dontwarn sun.reflect.CallerSensitive
|
||||||
-dontwarn sun.reflect.Reflection
|
-dontwarn sun.reflect.Reflection
|
||||||
|
# Please add these rules to your existing keep rules in order to suppress warnings.
|
||||||
|
# This is generated automatically by the Android Gradle plugin.
|
||||||
|
-dontwarn javax.security.auth.kerberos.KeyTab
|
||||||
|
-dontwarn sun.net.util.URLUtil
|
||||||
|
-dontwarn sun.net.www.ParseUtil
|
||||||
|
-dontwarn sun.nio.ByteBuffered
|
||||||
|
-dontwarn sun.nio.ch.Interruptible
|
||||||
|
-dontwarn sun.reflect.ConstantPool
|
||||||
|
-dontwarn sun.reflect.annotation.AnnotationType
|
||||||
|
-dontwarn sun.usagetracker.UsageTrackerClient
|
||||||
|
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
|
|
||||||
-assumenosideeffects class org.slf4j.Logger{*;}
|
-assumenosideeffects class org.slf4j.Logger{*;}
|
||||||
|
-keep class sun.misc.** { *; }
|
||||||
|
|
||||||
|
|
||||||
# 禁用代码混淆
|
# 禁用代码混淆
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
d6846723f6e187862636f56784668cae
|
567abc0625af2feb5541627c7505dd4e
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;d6846723f6e187862636f56784668cae",
|
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;567abc0625af2feb5541627c7505dd4e",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "电视直播",
|
"name": "电视直播",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue