10 lines
192 B
Groovy
10 lines
192 B
Groovy
ext {
|
|
extName = 'BR Mangás'
|
|
extClass = '.BRMangasTop'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://brmangas.top'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|