11 lines
229 B
Groovy
11 lines
229 B
Groovy
ext {
|
|
extName = 'Assorted Scans'
|
|
extClass = '.AssortedScans'
|
|
themePkg = 'mangadventure'
|
|
baseUrl = 'https://assortedscans.com'
|
|
overrideVersionCode = 2
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|