[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:dood-extractor'))
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:mixdrop-extractor'))
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
implementation(libs.jsunpacker)
}