manti 8c34cc1b5b
Add ClipStudioReader (lib) (#11120)
* add clipstudioreader and drecomics

* add firecross

* webtoon DreComics and try find key in url

* fixes

* drecomics search and filters

* firecross search/filters, csr epub viewer support

* migrate to lib and xml parser

* api

* cleanup and dependency
2025-11-22 22:17:48 +00:00

13 lines
214 B
Groovy

ext {
extName = "DRE Comics"
extClass = ".DreComics"
extVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:clipstudioreader"))
}