[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,5 +10,5 @@ dependencies {
|
|||
implementation(project(':lib:streamlare-extractor'))
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
|
@ -11,5 +11,5 @@ dependencies {
|
|||
implementation(project(':lib:gdriveplayer-extractor'))
|
||||
implementation(project(':lib:yourupload-extractor'))
|
||||
implementation(project(':lib:okru-extractor'))
|
||||
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||||
implementation(libs.jsunpacker)
|
||||
}
|
|
@ -7,6 +7,6 @@ ext {
|
|||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||||
implementation(libs.jsunpacker)
|
||||
implementation(project(":lib:synchrony"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue