File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ buildscript {
16
16
dependencies {
17
17
classpath(" com.android.tools.build:gradle:7.4.2" )
18
18
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
19
- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.18 .0" )
20
- classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.13.0 " )
19
+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.19 .0" )
20
+ classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.13.1 " )
21
21
classpath(" org.jacoco:org.jacoco.core:0.8.10" )
22
22
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" )
24
24
}
25
25
}
26
26
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 = " 0.46.1"
10
- const val kotlinVersion = " 1.8.21 "
10
+ const val kotlinVersion = " 1.8.22 "
11
11
12
12
object appConfig {
13
13
const val applicationId = " com.hoc.flowmvi"
@@ -61,15 +61,15 @@ object deps {
61
61
}
62
62
63
63
object koin {
64
- private const val version = " 3.4.0 "
64
+ private const val version = " 3.4.2 "
65
65
66
66
const val core = " io.insert-koin:koin-core:$version "
67
67
const val android = " io.insert-koin:koin-android:$version "
68
68
const val testJunit4 = " io.insert-koin:koin-test-junit4:$version "
69
69
const val test = " io.insert-koin:koin-test:$version "
70
70
}
71
71
72
- const val coil = " io.coil-kt:coil:2.3 .0"
72
+ const val coil = " io.coil-kt:coil:2.4 .0"
73
73
const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
74
74
const val flowExt = " io.github.hoc081098:FlowExt:0.6.1"
75
75
const val timber = " com.jakewharton.timber:timber:5.0.1"
@@ -87,7 +87,7 @@ object deps {
87
87
const val junit = " androidx.test.ext:junit-ktx:1.1.5"
88
88
89
89
object espresso {
90
- const val core = " androidx.test.espresso:espresso-core:3.4.0 "
90
+ const val core = " androidx.test.espresso:espresso-core:3.5.1 "
91
91
}
92
92
}
93
93
You can’t perform that action at this time.
0 commit comments