* Updated domain of One Punch Man extension * Added newly added sources in the new website * Fixed an issue where wrong date was displayed for chapters * Review changes, fixed correct date not displaying in ReadBerserkManga as well --------- Co-authored-by: MuhamedZ1 <88522251+MuhamedZ1@users.noreply.github.com>
11 lines
259 B
Groovy
11 lines
259 B
Groovy
ext {
|
|
extName = 'Read One-Punch Man Manga Online'
|
|
extClass = '.ReadOnePunchManMangaOnlineTwo'
|
|
themePkg = 'mangacatalog'
|
|
baseUrl = 'https://ww6.readopm.com'
|
|
overrideVersionCode = 1
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|