10 lines
220 B
Groovy
10 lines
220 B
Groovy
ext {
|
|
extName = 'Dat-Gar Scan'
|
|
extClass = '.DatGarScanlation'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://datgarscanlation.blogspot.com'
|
|
overrideVersionCode = 0
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|