Hiirbaf 3018e37492
LectorTMO: Add more status (#9695)
* Add more status

* Update version
2025-07-25 05:47:29 +01:00

9 lines
145 B
Groovy

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