Upgrade dependencies, use new Timber's overloaded method for errors

This commit is contained in:
len
2016-09-08 18:30:29 +02:00
parent ccdc336112
commit 6a30a75e3e
17 changed files with 30 additions and 30 deletions
@@ -121,8 +121,8 @@ class UpdateDownloaderService : IntentService(UpdateDownloaderService::class.jav
UpdateNotificationReceiver.cancelNotificationIntent(ctx))
}
} catch (e: Exception) {
Timber.e(e, e.message)
} catch (error: Exception) {
Timber.e(error)
// Prompt the user to retry the download.
NotificationCompat.Builder(this).update {