feat(src/all): new extension added: JaGG (#351)

* feat(src/all): new extension added: JaGG

Closes #346

* Update build.gradle
This commit is contained in:
imper1aldev 2024-11-04 05:23:47 -06:00 committed by GitHub
parent 3dec5b0f72
commit 29dc8515eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 256 additions and 0 deletions

View file

@ -0,0 +1,16 @@
ext {
extName = 'JavGG'
extClass = '.Javgg'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:streamwish-extractor'))
implementation(project(':lib:streamhidevid-extractor'))
implementation(project(':lib:voe-extractor'))
implementation(project(':lib:yourupload-extractor'))
}