10 lines
203 B
Groovy
10 lines
203 B
Groovy
ext {
|
|
extName = 'Drake Scans'
|
|
extClass = '.DrakeScans'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://drake-scans.com'
|
|
overrideVersionCode = 12
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|