ktor
This commit is contained in:
parent
7763f6646c
commit
de412d36d1
|
|
@ -84,8 +84,13 @@ dependencies {
|
|||
|
||||
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
|
||||
implementation 'io.ktor:ktor-server-core:2.3.4'
|
||||
implementation 'io.ktor:ktor-server-cio:2.3.4'
|
||||
implementation('io.ktor:ktor-server-core:2.3.4') {
|
||||
exclude group : "org.slf4j", module : "slf4j-api"
|
||||
|
||||
}
|
||||
implementation('io.ktor:ktor-server-cio:2.3.4') {
|
||||
exclude group : "org.slf4j", module : "slf4j-api"
|
||||
}
|
||||
|
||||
implementation 'io.ktor:ktor-server-call-logging:2.3.4'
|
||||
implementation("ch.qos.logback:logback-classic:1.2.6")
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
-dontwarn reactor.blockhound.integration.BlockHoundIntegration
|
||||
# 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)
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
f439c33b829843211e2456803623cfc2
|
||||
96a7cb9b87ece2ef9276d43c5848c47a
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;f439c33b829843211e2456803623cfc2",
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;96a7cb9b87ece2ef9276d43c5848c47a",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue