mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Refactor string sorting utils to remove dependency (#2623)
Also adds Javadocs, and simplifies calculateSimilarity
This commit is contained in:
parent
701764d974
commit
cfade144d9
2 changed files with 62 additions and 21 deletions
|
|
@ -17,7 +17,6 @@ dependencies {
|
|||
implementation 'com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
|
||||
implementation 'commons-codec:commons-codec:1.10'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'info.debatty:java-string-similarity:0.24'
|
||||
implementation 'in.yuvi:http.fluent:1.3'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
|
||||
implementation 'com.squareup.okio:okio:1.15.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue