10 lines
197 B
Groovy
10 lines
197 B
Groovy
ext {
|
|
extName = 'SCARManga'
|
|
extClass = '.ScarManga'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://scarmanga.com'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|