2025-03-27 00:02:28 +00:00

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"