10 lines
192 B
Groovy
10 lines
192 B
Groovy
ext {
|
|
extName = 'Magerin'
|
|
extClass = '.Magerin'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://www.magerin.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|