Change source

This commit is contained in:
Dark25 2024-09-25 18:22:09 +02:00
parent 8c35991e85
commit 28ae1cb749
8 changed files with 1 additions and 1 deletions

View 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'))
}