11 lines
260 B
Groovy
11 lines
260 B
Groovy
ext {
|
|
extName = 'Read Kaguya-sama Manga Online'
|
|
extClass = '.ReadKaguyaSamaMangaOnline'
|
|
themePkg = 'mangacatalog'
|
|
baseUrl = 'https://ww1.readkaguyasama.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|