forked from AlmightyHak/extensions-source
15 lines
334 B
Groovy
15 lines
334 B
Groovy
|
ext {
|
||
|
extName = 'MiniOppai'
|
||
|
extClass = '.MiniOppai'
|
||
|
themePkg = 'animestream'
|
||
|
baseUrl = 'https://minioppai.org'
|
||
|
overrideVersionCode = 5
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:gdriveplayer-extractor"))
|
||
|
implementation(project(":lib:unpacker"))
|
||
|
}
|