Chopper 2a5d28df53
Update domain (#10659)
* Update domain

* Remove regex

* Remove banner

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2025-10-03 00:00:20 +01:00

11 lines
209 B
Groovy

ext {
extName = 'MHScans'
extClass = '.MHScans'
themePkg = 'madara'
baseUrl = 'https://curiosidadtop.com'
overrideVersionCode = 6
isNsfw = false
}
apply from: "$rootDir/common.gradle"