forked from AlmightyHak/extensions-source
[skip CI] using version catalog for jsunpacker (#592)
This commit is contained in:
parent
d8a05513a6
commit
999b4c2e14
47 changed files with 47 additions and 46 deletions
|
@ -10,6 +10,6 @@ ext {
|
|||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||||
implementation(libs.jsunpacker)
|
||||
implementation(project(":lib:vidmoly-extractor"))
|
||||
}
|
||||
|
|
|
@ -11,5 +11,5 @@ dependencies {
|
|||
implementation(project(":lib:googledrive-extractor"))
|
||||
implementation(project(":lib:okru-extractor"))
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@ dependencies {
|
|||
implementation(project(":lib:streamwish-extractor"))
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
// for mixdrop and megaflix
|
||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
|
|
|
@ -15,5 +15,5 @@ dependencies {
|
|||
implementation(project(":lib:streamwish-extractor"))
|
||||
implementation(project(":lib:streamtape-extractor"))
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
|
|
|
@ -12,5 +12,5 @@ dependencies {
|
|||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(':lib:playlist-utils'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue