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:
parent
3dec5b0f72
commit
29dc8515eb
7 changed files with 256 additions and 0 deletions
16
src/all/javgg/build.gradle
Normal file
16
src/all/javgg/build.gradle
Normal 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'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue