beerpsi 2da54739eb Add Komga (#579)
* Add Komga

* Bump version

* icons

* clean up filter code

* what happened here
2024-01-30 22:09:27 +00:00

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))