12 lines
213 B
Groovy
12 lines
213 B
Groovy
ext {
|
|
extName = 'Komga'
|
|
extClass = '.KomgaFactory'
|
|
extVersionCode = 59
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation("org.apache.commons:commons-text:1.11.0")
|
|
}
|