10 lines
194 B
Groovy
10 lines
194 B
Groovy
ext {
|
|
extName = 'Novels Town'
|
|
extClass = '.NovelsTown'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://novelstown.com'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|