mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix Trailers on API<33 (#1226)
Recent NewPipeExtractor updates pushed minimum sdk to 33 which needs desugar_jdk_libs_nio
This commit is contained in:
parent
b2f08847e1
commit
63e27c2ea5
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ kotlin {
|
|||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
|
||||
implementation("me.xdrop:fuzzywuzzy:1.4.0") // Match extractors
|
||||
implementation("org.mozilla:rhino:1.7.15") // run JavaScript
|
||||
implementation("com.github.teamnewpipe:NewPipeExtractor:fafd471")
|
||||
implementation("com.github.teamnewpipe:NewPipeExtractor:176da72")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue