
* Update domain * Remove regex * Remove banner Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
11 lines
209 B
Groovy
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"
|