Compare commits
29 Commits
f670e222c6
...
1d5ab3205e
Author | SHA1 | Date | |
---|---|---|---|
1d5ab3205e | |||
df4903cae5 | |||
2a78be69b5 | |||
8c69bb8c3c | |||
9203012a97 | |||
2a44162c5a | |||
20588aab81 | |||
0c8e49214f | |||
97d5063339 | |||
7c37b183d7 | |||
82c4a5a1f9 | |||
47b7062e16 | |||
b9497ca939 | |||
1258ed3ad3 | |||
d838f509d4 | |||
3c5b606a02 | |||
d1481a1db6 | |||
d654b1b0bd | |||
f56861a3c2 | |||
492e7e4aed | |||
551a3e3caa | |||
c224b8a0b3 | |||
13ea7a693b | |||
0f3c48dd8e | |||
d4c2373bac | |||
4f32097821 | |||
|
37fa4a1a8e | ||
|
112194dd4f | ||
72d9ef92d2 |
@ -188,6 +188,9 @@ dependencies {
|
|||||||
//Settings
|
//Settings
|
||||||
implementation("com.russhwolf:multiplatform-settings-no-arg:0.9")
|
implementation("com.russhwolf:multiplatform-settings-no-arg:0.9")
|
||||||
|
|
||||||
|
//Logging
|
||||||
|
implementation("io.github.aakira:napier:2.6.1")
|
||||||
|
|
||||||
//PhotoView
|
//PhotoView
|
||||||
implementation("com.github.chrisbanes:PhotoView:2.3.0")
|
implementation("com.github.chrisbanes:PhotoView:2.3.0")
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@ import com.russhwolf.settings.Settings
|
|||||||
import kotlinx.coroutines.CoroutineScope
|
import kotlinx.coroutines.CoroutineScope
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.coroutines.Dispatchers
|
||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
|
import io.github.aakira.napier.DebugAntilog
|
||||||
|
import io.github.aakira.napier.Napier
|
||||||
import org.kodein.di.*
|
import org.kodein.di.*
|
||||||
|
|
||||||
class MyApp : MultiDexApplication(), DIAware {
|
class MyApp : MultiDexApplication(), DIAware {
|
||||||
@ -46,6 +48,7 @@ class MyApp : MultiDexApplication(), DIAware {
|
|||||||
|
|
||||||
override fun onCreate() {
|
override fun onCreate() {
|
||||||
super.onCreate()
|
super.onCreate()
|
||||||
|
Napier.base(DebugAntilog())
|
||||||
config = Config()
|
config = Config()
|
||||||
settings = Settings()
|
settings = Settings()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user