[skip CI] using version catalog for jsunpacker (#592)

This commit is contained in:
Cuong-Tran 2025-01-27 02:26:48 +07:00 committed by GitHub
parent d8a05513a6
commit 999b4c2e14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 47 additions and 46 deletions

View file

@ -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)
}

View file

@ -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)
}

View file

@ -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"))
}