Skip to content

Commit 18164d7

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------- | -------------------------------------------- | ------ | ------ | | maven | io.coil-kt:coil | 2.3.0 | 2.4.0 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.18.0 | 6.19.0 |
1 parent e197ea0 commit 18164d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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")

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ object deps {
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"

0 commit comments

Comments
 (0)