using version catalog for jsunpacker

This commit is contained in:
Cuong-Tran 2025-01-26 18:18:52 +07:00
parent a21e1225c9
commit 6c6afc7ab5
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
47 changed files with 47 additions and 46 deletions

View file

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