
* Improve dataRegex * Bump versionCode * Use a more greedy regex * Remove debug logging * Remove unused import
13 lines
203 B
Groovy
13 lines
203 B
Groovy
ext {
|
|
extName = 'NHentai'
|
|
extClass = '.NHFactory'
|
|
extVersionCode = 50
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:randomua"))
|
|
}
|