Compare commits

..

No commits in common. "112194dd4f0e53e28cd1055af74f324544e3f555" and "1392e2a571550e136419bad00a2f8dce225cb075" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -187,9 +187,6 @@ dependencies {
//Settings
implementation("com.russhwolf:multiplatform-settings-no-arg:0.9")
//Logging
implementation("io.github.aakira:napier:2.6.1")
//PhotoView
implementation("com.github.chrisbanes:PhotoView:2.3.0")

View File

@ -19,8 +19,6 @@ import com.ftinc.scoop.Scoop
import com.mikepenz.materialdrawer.util.AbstractDrawerImageLoader
import com.mikepenz.materialdrawer.util.DrawerImageLoader
import com.russhwolf.settings.Settings
import io.github.aakira.napier.DebugAntilog
import io.github.aakira.napier.Napier
import org.kodein.di.*
class MyApp : MultiDexApplication(), DIAware {
@ -35,7 +33,6 @@ class MyApp : MultiDexApplication(), DIAware {
override fun onCreate() {
super.onCreate()
Napier.base(DebugAntilog())
config = Config()
settings = Settings()