@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77import org.gradle.plugin.use.PluginDependencySpec
88
99const val ktlintVersion = " 0.46.1"
10- const val kotlinVersion = " 1.8.10 "
10+ const val kotlinVersion = " 1.8.21 "
1111
1212object appConfig {
1313 const val applicationId = " com.hoc.flowmvi"
@@ -27,17 +27,17 @@ object appConfig {
2727
2828object deps {
2929 object androidx {
30- const val appCompat = " androidx.appcompat:appcompat:1.4.2 "
31- const val coreKtx = " androidx.core:core-ktx:1.9.0 "
30+ const val appCompat = " androidx.appcompat:appcompat:1.6.1 "
31+ const val coreKtx = " androidx.core:core-ktx:1.10.1 "
3232 const val constraintLayout = " androidx.constraintlayout:constraintlayout:2.1.4"
33- const val recyclerView = " androidx.recyclerview:recyclerview:1.2.1 "
33+ const val recyclerView = " androidx.recyclerview:recyclerview:1.3.0 "
3434 const val swipeRefreshLayout = " androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
35- const val material = " com.google.android.material:material:1.8 .0"
35+ const val material = " com.google.android.material:material:1.9 .0"
3636 const val startup = " androidx.startup:startup-runtime:1.1.1"
3737 }
3838
3939 object lifecycle {
40- private const val version = " 2.5 .1"
40+ private const val version = " 2.6 .1"
4141
4242 const val viewModelKtx = " androidx.lifecycle:lifecycle-viewmodel-ktx:$version " // viewModelScope
4343 const val runtimeKtx = " androidx.lifecycle:lifecycle-runtime-ktx:$version " // lifecycleScope
@@ -47,51 +47,51 @@ object deps {
4747 object squareup {
4848 const val retrofit = " com.squareup.retrofit2:retrofit:2.9.0"
4949 const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.9.0"
50- const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.10 "
51- const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.13 .0"
52- const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.10 "
50+ const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:5.0.0-SNAPSHOT "
51+ const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15 .0"
52+ const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.11 "
5353 }
5454
5555 object coroutines {
56- private const val version = " 1.6.4 "
56+ private const val version = " 1.7.1 "
5757
5858 const val core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$version "
5959 const val android = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$version "
6060 const val test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:$version "
6161 }
6262
6363 object koin {
64- private const val version = " 3.3.3 "
64+ private const val version = " 3.4.0 "
6565
6666 const val core = " io.insert-koin:koin-core:$version "
6767 const val android = " io.insert-koin:koin-android:$version "
6868 const val testJunit4 = " io.insert-koin:koin-test-junit4:$version "
6969 const val test = " io.insert-koin:koin-test:$version "
7070 }
7171
72- const val coil = " io.coil-kt:coil:2.1 .0"
72+ const val coil = " io.coil-kt:coil:2.3 .0"
7373 const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
74- const val flowExt = " io.github.hoc081098:FlowExt:0.5.0 "
74+ const val flowExt = " io.github.hoc081098:FlowExt:0.6.1 "
7575 const val timber = " com.jakewharton.timber:timber:5.0.1"
7676
7777 object arrow {
78- private const val version = " 1.1.6-alpha.28 "
78+ private const val version = " 1.1.6-alpha.91 "
7979 const val core = " io.arrow-kt:arrow-core:$version "
8080 }
8181
8282 object test {
8383 const val junit = " junit:junit:4.13.2"
8484
8585 object androidx {
86- const val core = " androidx.test:core-ktx:1.4 .0"
87- const val junit = " androidx.test.ext:junit-ktx:1.1.3 "
86+ const val core = " androidx.test:core-ktx:1.5 .0"
87+ const val junit = " androidx.test.ext:junit-ktx:1.1.5 "
8888
8989 object espresso {
9090 const val core = " androidx.test.espresso:espresso-core:3.4.0"
9191 }
9292 }
9393
94- const val mockk = " io.mockk:mockk:1.13.4 "
94+ const val mockk = " io.mockk:mockk:1.13.5 "
9595 const val kotlinJUnit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
9696 }
9797}
0 commit comments