11 lines
208 B
Groovy
11 lines
208 B
Groovy
ext {
|
|
extName = 'KlikManga'
|
|
extClass = '.KlikManga'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://klikmanga.org'
|
|
overrideVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|