11 lines
213 B
Groovy
11 lines
213 B
Groovy
ext {
|
|
extName = 'OneManga'
|
|
extClass = '.OneManga'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://one-manga.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|