10 lines
200 B
Groovy
10 lines
200 B
Groovy
ext {
|
|
extName = 'Tecno Scans'
|
|
extClass = '.TecnoScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'http://tecnoscans.xyz'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|