10 lines
195 B
Groovy
10 lines
195 B
Groovy
ext {
|
|
extName = 'Mangá Ninja'
|
|
extClass = '.MangaNinja'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manganinja.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|