Cleanup some errors

This commit is contained in:
Jobobby04 2020-07-14 01:01:55 -04:00
parent 4b7c33be16
commit 4663d64c05
2 changed files with 3 additions and 2 deletions

View File

@ -240,8 +240,8 @@ dependencies {
implementation 'com.jakewharton.timber:timber:4.7.1'
// Crash reports
final acra_version = '5.5.0'
implementation "ch.acra:acra-http:$acra_version"
//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'

View File

@ -87,6 +87,7 @@ object Migrations {
}
if (oldVersion < 44) {
// Reset sorting preference if using removed sort by source
@Suppress("DEPRECATION")
if (preferences.librarySortingMode().get() == LibrarySort.SOURCE) {
preferences.librarySortingMode().set(LibrarySort.ALPHA)
}