Compare commits
27 Commits
1d5ab3205e
...
f670e222c6
Author | SHA1 | Date | |
---|---|---|---|
f670e222c6 | |||
2cee19cf4a | |||
738e167904 | |||
24c22a72e6 | |||
aff5729041 | |||
fbfb775f7f | |||
9d0bb452e3 | |||
767805981f | |||
99b34cfa41 | |||
8949f78177 | |||
49abc081b6 | |||
1290d3c4dd | |||
faac7fc621 | |||
59267e6759 | |||
9a33ba0dbb | |||
e60ed92c6d | |||
3a2fab8e68 | |||
e7172853dc | |||
1390ff264f | |||
daaaf902f5 | |||
f78ee18e79 | |||
86dbe06eaa | |||
c5826466ad | |||
88debf068b | |||
5ab9db586d | |||
2105044920 | |||
|
e1e43adde4 |
@ -188,9 +188,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")
|
||||
|
||||
|
@ -29,8 +29,6 @@ import com.russhwolf.settings.Settings
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.launch
|
||||
import io.github.aakira.napier.DebugAntilog
|
||||
import io.github.aakira.napier.Napier
|
||||
import org.kodein.di.*
|
||||
|
||||
class MyApp : MultiDexApplication(), DIAware {
|
||||
@ -48,7 +46,6 @@ class MyApp : MultiDexApplication(), DIAware {
|
||||
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
Napier.base(DebugAntilog())
|
||||
config = Config()
|
||||
settings = Settings()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user