File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
20
20
}
21
21
dependencies {
22
- classpath(" com.android.tools.build:gradle:8.1.2 " )
22
+ classpath(" com.android.tools.build:gradle:8.1.3 " )
23
23
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
24
24
classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.22.0" )
25
25
classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.15.0" )
Original file line number Diff line number Diff line change @@ -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.10 "
10
+ const val kotlinVersion = " 1.9.20 "
11
11
12
12
object appConfig {
13
13
const val applicationId = " com.hoc.flowmvi"
@@ -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.4 .0"
71
+ const val coil = " io.coil-kt:coil:2.5 .0"
72
72
const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
73
- const val flowExt = " io.github.hoc081098:FlowExt:0.7.3 "
73
+ const val flowExt = " io.github.hoc081098:FlowExt:0.7.4 "
74
74
const val timber = " com.jakewharton.timber:timber:5.0.1"
75
75
76
76
object arrow {
You can’t perform that action at this time.
0 commit comments