ktor
This commit is contained in:
parent
e970820b9b
commit
94b5acd6db
|
|
@ -84,10 +84,10 @@ 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-netty:2.3.4'
|
||||
implementation 'io.ktor:ktor-server-core:2.3.13'
|
||||
implementation 'io.ktor:ktor-server-netty:2.3.13'
|
||||
|
||||
implementation 'io.ktor:ktor-server-call-logging:2.3.4'
|
||||
implementation 'io.ktor:ktor-server-call-logging:2.3.13'
|
||||
implementation("org.slf4j:slf4j-android:1.7.36")
|
||||
|
||||
//implementation 'wang.harlon.quickjs:wrapper-java:1.0.0'
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@
|
|||
|
||||
|
||||
-keep class io.ktor.server.config.HoconConfigLoader { *; }
|
||||
-keep class io.netty.** { *; }
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
688459e2a29a8e04d0051e79abe6036a
|
||||
17225c9a50847a636efd8fc8d70090f3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;688459e2a29a8e04d0051e79abe6036a",
|
||||
"spider": "https://gh.llkk.cc/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThreadNew/jar/custom_spider.jar;md5;17225c9a50847a636efd8fc8d70090f3",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue