
* Add Taadd * cleanup chapter names * remove unused * webview urls * improve chapter title cleanup
9 lines
133 B
Groovy
9 lines
133 B
Groovy
ext {
|
|
extName = 'Taadd'
|
|
extClass = '.Taadd'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|