22 lines
394 B
Groovy
22 lines
394 B
Groovy
<<<<<<< HEAD
|
|
ext {
|
|
extName = 'Komga'
|
|
extClass = '.KomgaFactory'
|
|
extVersionCode = 50
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
=======
|
|
ext {
|
|
extName = 'Komga'
|
|
extClass = '.KomgaFactory'
|
|
extVersionCode = 51
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation("org.apache.commons:commons-text:1.11.0")
|
|
}
|
|
>>>>>>> d52b3e572 (Add Komga (#579))
|