
* Updatte Komanga readme Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com> * Add Readme to LANraragi * Add ReadME to LANraragi * Update build.gradle * Update Komga readme * Add Kavita ReadMe * Update build.gradle * Update README.md * Add Cubari Readme * Update build.gradle * Add changelog to Cubari * Add Changelog to Kavita * Add LANraragi Changelog * Add Readme to Bato.to * Update build.gradle * Add Changelog to Bato.to * Update CHANGELOG.md * Update src/all/lanraragi/README.md Co-authored-by: Andreas <andreas.everos@gmail.com> * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com> Co-authored-by: Andreas <andreas.everos@gmail.com>
17 lines
348 B
Groovy
17 lines
348 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
apply plugin: 'kotlinx-serialization'
|
|
|
|
ext {
|
|
extName = 'Kavita'
|
|
pkgNameSuffix = 'all.kavita'
|
|
extClass = '.KavitaFactory'
|
|
extVersionCode = 2
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'info.debatty:java-string-similarity:2.0.0'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|