Chopper 434a03bd78
Remove ZinMangaIO and Move theme to Individual Extension (#3520)
* Remove ZinMangaIO

* Move likemanga to individual extension

* Cleanup

* Remove breakline

* Add named parameter

* Undo removing headersBuilder
2024-07-14 14:39:16 +01:00

8 lines
123 B
Groovy

ext {
extName = 'LikeManga'
extClass = '.LikeManga'
extVersionCode = 4
}
apply from: "$rootDir/common.gradle"