11 lines
215 B
Groovy
11 lines
215 B
Groovy
ext {
|
|
extName = 'Comic Days'
|
|
extClass = '.ComicDays'
|
|
themePkg = 'gigaviewer'
|
|
baseUrl = 'https://comic-days.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|