10 lines
193 B
Groovy
10 lines
193 B
Groovy
ext {
|
|
extName = 'AQUA Scans'
|
|
extClass = '.ManhwaWorld'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://aquascans.com'
|
|
overrideVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|