Revert to old sorting library (fixes #3034)

(cherry picked from commit e29e94a5a159f4c0e77ea113c3a77ca9a295947b)
This commit is contained in:
Jobobby04 2020-05-02 17:04:06 -04:00
parent 0014a0ca6c
commit 4a3323f7d0

View File

@ -243,6 +243,9 @@ dependencies {
// Sort
implementation 'com.github.gpanther:java-nat-sort:natural-comparator-1.1'
// 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'