Revert to old sorting library (fixes #3034)

This commit is contained in:
arkon
2020-05-02 10:56:03 -04:00
parent 04d7eccc63
commit e29e94a5a1
2 changed files with 6 additions and 3 deletions

View File

@@ -210,6 +210,9 @@ dependencies {
final acra_version = '5.5.0'
implementation "ch.acra:acra-http:$acra_version"
// Sort
implementation 'com.github.gpanther:java-nat-sort:natural-comparator-1.1'
// UI
implementation 'com.dmitrymalkovich.android:material-design-dimens:1.4'
implementation 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'