11 lines
216 B
Groovy
11 lines
216 B
Groovy
ext {
|
|
extName = 'MangaNoon'
|
|
extClass = '.MangaNoon'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://noonscan.site'
|
|
overrideVersionCode = 6
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|