Update build.gradle
added hoster libaries
This commit is contained in:
parent
f8e7f19c1b
commit
268714e526
1 changed files with 5 additions and 3 deletions
|
@ -1,13 +1,15 @@
|
|||
ext {
|
||||
extName = 'AniWorld'
|
||||
extClass = '.AniWorld'
|
||||
extVersionCode = 25
|
||||
extVersionCode = 26
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:lulu-extractor'))
|
||||
implementation(project(':lib:vidmoly-extractor'))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue