Chopper 526b8ec979
Manhastro: Update domain and add custom settings (#8763)
* Update domain and add custom settings

* Ue network.clouflareClient
2025-05-20 21:27:51 +01:00

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"))
}