10 lines
202 B
Groovy
10 lines
202 B
Groovy
ext {
|
|
extName = 'DMC Scans'
|
|
extClass = '.DMCScans'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://didascans.blogspot.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|