11 lines
259 B
Groovy
11 lines
259 B
Groovy
ext {
|
|
extName = 'Read One-Punch Man Manga Online'
|
|
extClass = '.ReadOnePunchManMangaOnlineTwo'
|
|
themePkg = 'mangacatalog'
|
|
baseUrl = 'https://ww3.readopm.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|