Secozzi ca8faa3a7e Add todaymanga (#1289)
* add todaymanga

* small changes to filters

* apply recommended changes

* Small touch-up to date parsing
2024-02-18 20:25:13 +00:00

9 lines
143 B
Groovy

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