11 lines
210 B
Groovy
11 lines
210 B
Groovy
ext {
|
|
extName = 'MangaClash'
|
|
extClass = '.MangaClash'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://toonclash.com'
|
|
overrideVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|