10 lines
191 B
Groovy
10 lines
191 B
Groovy
|
ext {
|
||
|
extName = 'Aqua Manga'
|
||
|
extClass = '.AquaManga'
|
||
|
themePkg = 'madara'
|
||
|
baseUrl = 'https://aquamanga.org'
|
||
|
overrideVersionCode = 8
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|