parent
4c49e1d097
commit
f5022df5e3
8 changed files with 727 additions and 0 deletions
14
src/en/gogoanime/build.gradle
Normal file
14
src/en/gogoanime/build.gradle
Normal file
|
@ -0,0 +1,14 @@
|
|||
ext {
|
||||
extName = 'Gogoanime'
|
||||
extClass = '.GogoAnime'
|
||||
extVersionCode = 87
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:mp4upload-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
implementation(project(':lib:gogostream-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue