More dependency updates.

This commit is contained in:
casey langen 2019-08-31 22:32:41 -07:00
parent db8079d764
commit 34c231682f
2 changed files with 2 additions and 7 deletions

View File

@ -84,8 +84,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0'
implementation 'com.google.android.exoplayer:exoplayer:2.10.4'
implementation 'com.google.android.exoplayer:extension-okhttp:2.10.4'
implementation 'com.simplecityapps:recyclerview-fastscroll:1.0.20'
implementation 'com.facebook.stetho:stetho:1.5.0'
implementation 'com.simplecityapps:recyclerview-fastscroll:2.0.0'
implementation 'com.github.wooplr:Spotlight:1.2.3'
implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'

View File

@ -2,7 +2,6 @@ package io.casey.musikcube.remote
import android.content.Context
import com.crashlytics.android.Crashlytics
import com.facebook.stetho.Stetho
import io.casey.musikcube.remote.injection.AppComponent
import io.casey.musikcube.remote.injection.AppModule
import io.casey.musikcube.remote.injection.DaggerAppComponent
@ -40,10 +39,7 @@ class Application : android.app.Application() {
gaplessService.schedule()
if (BuildConfig.DEBUG) {
Stetho.initializeWithDefaults(this)
}
else {
if (!BuildConfig.DEBUG) {
Fabric.with(this, Crashlytics())
}
}