2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'MiniOppai'
|
|
|
|
extClass = '.MiniOppai'
|
|
|
|
themePkg = 'animestream'
|
2025-02-08 20:55:50 +07:00
|
|
|
baseUrl = 'https://minioppai.org'
|
2024-07-16 12:07:05 +07:00
|
|
|
overrideVersionCode = 6
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:gdriveplayer-extractor"))
|
|
|
|
implementation(project(":lib:unpacker"))
|
2024-07-16 12:07:05 +07:00
|
|
|
}
|