@@ -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 = " 0.45.2"
10
- const val kotlinVersion = " 1.7.0 "
10
+ const val kotlinVersion = " 1.7.10 "
11
11
12
12
object appConfig {
13
13
const val applicationId = " com.hoc.flowmvi"
@@ -27,16 +27,16 @@ object appConfig {
27
27
28
28
object deps {
29
29
object androidx {
30
- const val appCompat = " androidx.appcompat:appcompat:1.4.1 "
31
- const val coreKtx = " androidx.core:core-ktx:1.7 .0"
32
- const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.3 "
30
+ const val appCompat = " androidx.appcompat:appcompat:1.4.2 "
31
+ const val coreKtx = " androidx.core:core-ktx:1.8 .0"
32
+ const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4 "
33
33
const val recyclerView = " androidx.recyclerview:recyclerview:1.2.1"
34
34
const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
35
- const val material = " com.google.android.material:material:1.6.0 "
35
+ const val material = " com.google.android.material:material:1.6.1 "
36
36
}
37
37
38
38
object lifecycle {
39
- private const val version = " 2.4 .0"
39
+ private const val version = " 2.5 .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
@@ -46,13 +46,13 @@ object deps {
46
46
object squareup {
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
- const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2 "
50
- const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.12 .0"
51
- const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.7 "
49
+ const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.10 "
50
+ const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.13 .0"
51
+ const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.9.1 "
52
52
}
53
53
54
54
object coroutines {
55
- private const val version = " 1.6.2 "
55
+ private const val version = " 1.6.4 "
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 "
@@ -68,9 +68,9 @@ object deps {
68
68
const val test = " io.insert-koin:koin-test:$version "
69
69
}
70
70
71
- const val coil = " io.coil-kt:coil:2.0.0-rc03 "
71
+ const val coil = " io.coil-kt:coil:2.1.0 "
72
72
const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.3.1"
73
- const val flowExt = " io.github.hoc081098:FlowExt:0.4.0-SNAPSHOT "
73
+ const val flowExt = " io.github.hoc081098:FlowExt:0.4.0"
74
74
const val timber = " com.jakewharton.timber:timber:5.0.1"
75
75
76
76
object arrow {
0 commit comments