File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ buildscript {
1616 dependencies {
1717 classpath(" com.android.tools.build:gradle:7.4.2" )
1818 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
19- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.18 .0" )
19+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.19 .0" )
2020 classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.13.0" )
2121 classpath(" org.jacoco:org.jacoco.core:0.8.10" )
2222 classpath(" com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT" )
23- classpath(" com.github.ben-manes:gradle-versions-plugin:0.46 .0" )
23+ classpath(" com.github.ben-manes:gradle-versions-plugin:0.47 .0" )
2424 }
2525}
2626
Original file line number Diff line number Diff line change @@ -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.21 "
10+ const val kotlinVersion = " 1.8.22 "
1111
1212object appConfig {
1313 const val applicationId = " com.hoc.flowmvi"
@@ -61,15 +61,15 @@ object deps {
6161 }
6262
6363 object koin {
64- private const val version = " 3.4.0 "
64+ private const val version = " 3.4.2 "
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.3 .0"
72+ const val coil = " io.coil-kt:coil:2.4 .0"
7373 const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
7474 const val flowExt = " io.github.hoc081098:FlowExt:0.6.1"
7575 const val timber = " com.jakewharton.timber:timber:5.0.1"
You can’t perform that action at this time.
0 commit comments