10 lines
205 B
Groovy
10 lines
205 B
Groovy
ext {
|
|
extName = 'Mangas Scans'
|
|
extClass = '.MangasScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://mangas-scans.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|