11 lines
216 B
Groovy
11 lines
216 B
Groovy
ext {
|
|
extName = 'SkyMangas'
|
|
extClass = '.SkyMangas'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://skymangas.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|