Romain 7dd51c9b1d
Add InovaScanManga (#5502)
* Add InovaScanManga

* Use Long Month format

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

* Added missing selectors

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-10-28 00:21:10 +00:00

11 lines
225 B
Groovy

ext {
extName = 'Inova Scan Manga'
extClass = '.InovaScanManga'
themePkg = 'madara'
baseUrl = 'https://inovascanmanga.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"