* 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
13 lines
214 B
Groovy
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"))
|
|
}
|