mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 21:55:24 +00:00
More dependency updates.
This commit is contained in:
parent
db8079d764
commit
34c231682f
@ -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'
|
||||
|
||||
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user