ktor
This commit is contained in:
parent
31be601d72
commit
0eef0a12f3
|
|
@ -47,19 +47,8 @@
|
|||
|
||||
# Please add these rules to your existing keep rules in order to suppress warnings.
|
||||
# This is generated automatically by the Android Gradle plugin.
|
||||
-dontwarn io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
|
||||
-dontwarn io.netty.internal.tcnative.AsyncTask
|
||||
-dontwarn io.netty.internal.tcnative.Buffer
|
||||
-dontwarn io.netty.internal.tcnative.CertificateCallback
|
||||
-dontwarn io.netty.internal.tcnative.CertificateCompressionAlgo
|
||||
-dontwarn io.netty.internal.tcnative.CertificateVerifier
|
||||
-dontwarn io.netty.internal.tcnative.Library
|
||||
-dontwarn io.netty.internal.tcnative.SSL
|
||||
-dontwarn io.netty.internal.tcnative.SSLContext
|
||||
-dontwarn io.netty.internal.tcnative.SSLPrivateKeyMethod
|
||||
-dontwarn io.netty.internal.tcnative.SSLSessionCache
|
||||
-dontwarn io.netty.internal.tcnative.SessionTicketKey
|
||||
-dontwarn io.netty.internal.tcnative.SniHostNameMatcher
|
||||
# Ignore warnings from Netty
|
||||
-dontwarn io.netty.**
|
||||
-dontwarn java.lang.management.ManagementFactory
|
||||
-dontwarn java.lang.management.RuntimeMXBean
|
||||
-dontwarn org.apache.log4j.Level
|
||||
|
|
@ -79,5 +68,18 @@
|
|||
-dontwarn org.eclipse.jetty.npn.NextProtoNego$ServerProvider
|
||||
-dontwarn org.eclipse.jetty.npn.NextProtoNego
|
||||
-dontwarn reactor.blockhound.integration.BlockHoundIntegration
|
||||
-dontwarn org.slf4j**
|
||||
# Ktor Server
|
||||
|
||||
-keep class io.ktor.server.netty.EngineMain { *; }
|
||||
-keep class io.ktor.server.config.HoconConfigLoader { *; }
|
||||
|
||||
# Logback (Custom rules, see https://github.com/krschultz/android-proguard-snippets/blob/master/libraries/proguard-logback-android.pro)
|
||||
# to ignore warnings coming from slf4j and logback
|
||||
|
||||
-keep class ch.qos.** { *; }
|
||||
-dontwarn ch.qos.**
|
||||
|
||||
-keep class org.slf4j.** { *; }
|
||||
-dontwarn org.slf4j.**
|
||||
|
||||
-dontwarn ch.qos.logback.core.net.*
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
dd6c6d1e9aa097c900a0769c1f181147
|
||||
e167f85157b04265cf7104d24fe9ba07
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;dd6c6d1e9aa097c900a0769c1f181147",
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;e167f85157b04265cf7104d24fe9ba07",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue