10 lines
203 B
Groovy
10 lines
203 B
Groovy
ext {
|
|
extName = 'CosmicScans.id'
|
|
extClass = '.CosmicScansID'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://cosmic1.co'
|
|
overrideVersionCode = 4
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|