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