11 lines
263 B
Groovy
11 lines
263 B
Groovy
ext {
|
|
extName = 'Read Black Clover Manga Online'
|
|
extClass = '.ReadBlackCloverMangaOnline'
|
|
themePkg = 'mangacatalog'
|
|
baseUrl = 'https://ww7.readblackclover.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|