Skip to content

Commit 2133841

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ------ | ------ | | maven | io.github.hoc081098:FlowExt | 0.7.3 | 0.7.4 | | maven | io.coil-kt:coil | 2.4.0 | 2.5.0 | | maven | com.android.tools.build:gradle | 8.1.2 | 8.1.3 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3 | 0.7.4 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.10 | 1.9.20 | | maven | org.jetbrains.kotlin:kotlin-test-junit | 1.9.10 | 1.9.20 |
1 parent a46ad39 commit 2133841

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
77
// Top-level build file where you can add configuration options common to all sub-projects/modules.
88

99
plugins {
10-
id("org.jetbrains.kotlinx.kover") version "0.7.3" apply false
10+
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
1111
id("com.diffplug.spotless") version "6.22.0" apply false
1212
}
1313

@@ -19,7 +19,7 @@ buildscript {
1919
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
2020
}
2121
dependencies {
22-
classpath("com.android.tools.build:gradle:8.1.2")
22+
classpath("com.android.tools.build:gradle:8.1.3")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2424
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
2525
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")

buildSrc/src/main/kotlin/deps.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.gradle.plugin.use.PluginDependenciesSpec
77
import org.gradle.plugin.use.PluginDependencySpec
88

99
const val ktlintVersion = "1.0.0"
10-
const val kotlinVersion = "1.9.10"
10+
const val kotlinVersion = "1.9.20"
1111

1212
object appConfig {
1313
const val applicationId = "com.hoc.flowmvi"
@@ -68,9 +68,9 @@ object deps {
6868
const val test = "io.insert-koin:koin-test:$version"
6969
}
7070

71-
const val coil = "io.coil-kt:coil:2.4.0"
71+
const val coil = "io.coil-kt:coil:2.5.0"
7272
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"
7474
const val timber = "com.jakewharton.timber:timber:5.0.1"
7575

7676
object arrow {

0 commit comments

Comments
 (0)