@@ -27,7 +27,7 @@ object appConfig {
27
27
object deps {
28
28
object androidx {
29
29
const val appCompat = " androidx.appcompat:appcompat:1.6.1"
30
- const val coreKtx = " androidx.core:core-ktx:1.12 .0"
30
+ const val coreKtx = " androidx.core:core-ktx:1.13 .0"
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"
@@ -44,11 +44,11 @@ object deps {
44
44
}
45
45
46
46
object squareup {
47
- const val retrofit = " com.squareup.retrofit2:retrofit:2.10 .0"
48
- const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.10 .0"
47
+ const val retrofit = " com.squareup.retrofit2:retrofit:2.11 .0"
48
+ const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.11 .0"
49
49
const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12.0"
50
50
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.1"
51
- const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.13 "
51
+ const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.14 "
52
52
}
53
53
54
54
object coroutines {
@@ -60,7 +60,7 @@ object deps {
60
60
}
61
61
62
62
object koin {
63
- private const val version = " 3.5.3 "
63
+ private const val version = " 3.5.6 "
64
64
65
65
const val core = " io.insert-koin:koin-core:$version "
66
66
const val android = " io.insert-koin:koin-android:$version "
@@ -70,11 +70,11 @@ object deps {
70
70
71
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.8.1-Beta "
73
+ const val flowExt = " io.github.hoc081098:FlowExt:0.8.1-SNAPSHOT "
74
74
const val timber = " com.jakewharton.timber:timber:5.0.1"
75
75
76
76
object arrow {
77
- private const val version = " 1.2.3 "
77
+ private const val version = " 1.2.4 "
78
78
const val core = " io.arrow-kt:arrow-core:$version "
79
79
}
80
80
0 commit comments