11 lines
212 B
Groovy
11 lines
212 B
Groovy
ext {
|
|
extName = 'MangaNoon'
|
|
extClass = '.MangaNoon'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://axztu.com'
|
|
overrideVersionCode = 7
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|