15 lines
280 B
Groovy
15 lines
280 B
Groovy
ext {
|
|
extName = 'Manhastro'
|
|
extClass = '.Manhastro'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhastro.net'
|
|
overrideVersionCode = 7
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:cookieinterceptor"))
|
|
}
|