@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
7
7
import org.gradle.plugin.use.PluginDependencySpec
8
8
9
9
const val ktlintVersion = " 1.0.0"
10
- const val kotlinVersion = " 1.9.20 "
10
+ const val kotlinVersion = " 1.9.22 "
11
11
12
12
object appConfig {
13
13
const val applicationId = " com.hoc.flowmvi"
@@ -31,12 +31,12 @@ object deps {
31
31
const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
32
32
const val recyclerView = " androidx.recyclerview:recyclerview:1.3.2"
33
33
const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
34
- const val material = " com.google.android.material:material:1.10 .0"
34
+ const val material = " com.google.android.material:material:1.11 .0"
35
35
const val startup = " androidx.startup:startup-runtime:1.1.1"
36
36
}
37
37
38
38
object lifecycle {
39
- private const val version = " 2.6.2 "
39
+ private const val version = " 2.7.0 "
40
40
41
41
const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
42
42
const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -47,30 +47,30 @@ object deps {
47
47
const val retrofit = " com.squareup.retrofit2:retrofit:2.9.0"
48
48
const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.9.0"
49
49
const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12.0"
50
- const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.0 "
51
- const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.12 "
50
+ const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.1 "
51
+ const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.13 "
52
52
}
53
53
54
54
object coroutines {
55
- private const val version = " 1.7.3 "
55
+ private const val version = " 1.8.0 "
56
56
57
57
const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
58
58
const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
59
59
const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
60
60
}
61
61
62
62
object koin {
63
- private const val version = " 3.5.0 "
63
+ private const val version = " 3.5.3 "
64
64
65
65
const val core = " io.insert-koin:koin-core:$version "
66
66
const val android = " io.insert-koin:koin-android:$version "
67
67
const val testJunit4 = " io.insert-koin:koin-test-junit4:$version "
68
68
const val test = " io.insert-koin:koin-test:$version "
69
69
}
70
70
71
- const val coil = " io.coil-kt:coil:2.5 .0"
71
+ const val coil = " io.coil-kt:coil:2.6 .0"
72
72
const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
73
- const val flowExt = " io.github.hoc081098:FlowExt:0.7.5 "
73
+ const val flowExt = " io.github.hoc081098:FlowExt:0.8.0 "
74
74
const val timber = " com.jakewharton.timber:timber:5.0.1"
75
75
76
76
object arrow {
@@ -90,7 +90,7 @@ object deps {
90
90
}
91
91
}
92
92
93
- const val mockk = " io.mockk:mockk:1.13.8 "
93
+ const val mockk = " io.mockk:mockk:1.13.9 "
94
94
const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
95
95
}
96
96
}
0 commit comments