Merge pull request #327 from ouchadam/renovate/io.coil-kt

Update dependency io.coil-kt:coil-compose to v2.3.0
This commit is contained in:
Adam Brown 2023-05-01 16:46:23 +01:00 committed by GitHub
commit 9813b3a42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ sqldelight = { id = "com.squareup.sqldelight", version.ref = "sqldelight" }
android-desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version = "1.1.5" } android-desugar = { group = "com.android.tools", name = "desugar_jdk_libs", version = "1.1.5" }
androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.6.0" } androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.6.0" }
compose-coil = { group = "io.coil-kt", name = "coil-compose", version = "2.2.2" } compose-coil = { group = "io.coil-kt", name = "coil-compose", version = "2.3.0" }
accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version = "0.30.1" } accompanist-systemuicontroller = { group = "com.google.accompanist", name = "accompanist-systemuicontroller", version = "0.30.1" }
matrix-olm = { group = "org.matrix.android", name = "olm-sdk", version = "3.2.12" } matrix-olm = { group = "org.matrix.android", name = "olm-sdk", version = "3.2.12" }