mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Replace java-string-similarity with pure Kotlin Levenshtein implementation
This commit is contained in:
parent
8cca5186dd
commit
f64bdb2ca5
5 changed files with 88 additions and 9 deletions
|
@ -55,7 +55,6 @@ mpandroidchart = { module = "com.github.PhilJay:MPAndroidChart", version = "v3.1
|
|||
nucleus-support-v7 = { module = "info.android15.nucleus:nucleus-support-v7", version.ref = "nucleus" }
|
||||
nucleus = { module = "info.android15.nucleus:nucleus", version.ref = "nucleus" }
|
||||
java-nat-sort = { module = "com.github.gpanther:java-nat-sort", version = "natural-comparator-1.1" }
|
||||
java-string-similarity = { module = "info.debatty:java-string-similarity", version = "2.0.0" }
|
||||
jsoup = { module = "org.jsoup:jsoup", version = "1.17.1" }
|
||||
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
|
||||
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue