Skip to content

Commit

Permalink
[skip CI] using version catalog for jsunpacker (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran authored Jan 26, 2025
1 parent d8a0551 commit 999b4c2
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 46 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rxjava = { module = "io.reactivex:rxjava", version = "1.3.8" }
jsoup = { module = "org.jsoup:jsoup", version = "1.16.1" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version = "5.0.0-alpha.11" }
quickjs = { module = "app.cash.quickjs:quickjs-android", version = "0.9.2" }
jsunpacker = { module = "dev.datlag.jsunpacker:jsunpacker", version = "1.0.1" }

[bundles]
common = ["kotlin-stdlib", "injekt", "rxjava", "kotlin-protobuf", "kotlin-json", "jsoup", "okhttp", "aniyomi-lib", "quickjs", "coroutines-core", "coroutines-android"]
2 changes: 1 addition & 1 deletion lib/fastream-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/filemoon-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/fireplayer-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/mp4upload-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/streamhidevid-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/streamvid-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/streamwish-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
implementation(project(":lib:playlist-utils"))
Expand Down
2 changes: 1 addition & 1 deletion lib/upstream-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion lib/vido-extractor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1") {
implementation(libs.jsunpacker) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib-jdk8")
}
}
2 changes: 1 addition & 1 deletion src/all/animexin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:gdriveplayer-extractor'))
implementation(project(':lib:dood-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/all/javguru/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
implementation(project(':lib:playlist-utils'))
implementation(project(':lib:javcoverfetcher'))
}
2 changes: 1 addition & 1 deletion src/ar/anime4up/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
implementation(project(':lib:uqload-extractor'))
implementation(project(':lib:vidbom-extractor'))
implementation(project(':lib:voe-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/ar/tuktukcinema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:vidbom-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/animebase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:vidguard-extractor"))
implementation(project(":lib:playlist-utils"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/cineclix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/einfach/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation(project(":lib:streamtape-extractor"))
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:voe-extractor"))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/moflixstream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/de/movie2k/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/allanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation(project(':lib:gogostream-extractor'))
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/animekhor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/animenosub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/animepahe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ext {
apply from: "$rootDir/common.gradle"

dependencies {
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/ask4movie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apply from: "$rootDir/common.gradle"

dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/kissanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:yourupload-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/multimovies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:cryptoaes'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/en/myanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:gdriveplayer-extractor'))
implementation(project(':lib:okru-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/cuevana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {
implementation(project(':lib:burstcloud-extractor'))
implementation(project(':lib:fastream-extractor'))
implementation(project(':lib:upstream-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/katanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:playlist-utils'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/latanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
implementation(project(':lib:yourupload-extractor'))
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:dood-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/es/pelisplushd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:streamsilk-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/fr/jetanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
}
2 changes: 1 addition & 1 deletion src/fr/otakufr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/hi/yomovies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
implementation(project(':lib:playlist-utils'))
}
2 changes: 1 addition & 1 deletion src/id/kuronime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/id/neonime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/id/nimegami/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
2 changes: 1 addition & 1 deletion src/it/animeworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:vidguard-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/it/toonitalia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:playlist-utils'))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/pl/wbijam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:sibnet-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/pt/animesbr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
}
2 changes: 1 addition & 1 deletion src/pt/doramogo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/pt/megaflix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/pt/pobreflix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/pt/vizer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
2 changes: 1 addition & 1 deletion src/sr/animesrbija/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apply from: "$rootDir/common.gradle"

dependencies {
implementation(project(':lib:filemoon-extractor'))
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
implementation(libs.jsunpacker)
}
2 changes: 1 addition & 1 deletion src/tr/turkanime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:vudeo-extractor'))
implementation(project(':lib:uqload-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
implementation(project(":lib:cryptoaes"))
implementation(project(":lib:dood-extractor"))
implementation(project(':lib:filemoon-extractor'))
Expand Down

0 comments on commit 999b4c2

Please sign in to comment.