Change source
This commit is contained in:
parent
8c35991e85
commit
28ae1cb749
8 changed files with 1 additions and 1 deletions
15
src/en/pinoymoviepedia/build.gradle
Normal file
15
src/en/pinoymoviepedia/build.gradle
Normal file
|
@ -0,0 +1,15 @@
|
|||
ext {
|
||||
extName = 'PinoyMoviePedia'
|
||||
extClass = '.PinoyMoviePedia'
|
||||
themePkg = 'dooplay'
|
||||
baseUrl = 'https://pinoymoviepedia.ru'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue