11 lines
221 B
Groovy
11 lines
221 B
Groovy
ext {
|
|
extName = 'Pluma Comics'
|
|
extClass = '.PlumaComics'
|
|
themePkg = 'yuyu'
|
|
baseUrl = 'https://new.plumacomics.cloud'
|
|
overrideVersionCode = 41
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|