Secozzi be407aa637 add readmanga (#1505)
* add readmanga

* indentation

* Fix filters note

* replace .run

* prioritize search
2024-03-06 06:23:10 +00:00

9 lines
146 B
Groovy

ext {
extName = 'ReadManga.at'
extClass = '.ReadMangaAt'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"