11 lines
214 B
Groovy
11 lines
214 B
Groovy
ext {
|
|
extName = 'Magus Manga'
|
|
extClass = '.MagusManga'
|
|
themePkg = 'keyoapp'
|
|
baseUrl = 'https://magustoon.com'
|
|
overrideVersionCode = 35
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|