Merge pull request #186 from ouchadam/dependabot/gradle/io.coil-kt-coil-compose-2.2.2

Bump coil-compose from 2.2.1 to 2.2.2
This commit is contained in:
Adam Brown 2022-10-04 19:06:59 +01:00 committed by GitHub
commit e884d0994b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ ext.Dependencies.with {
ktorJava = "io.ktor:ktor-client-java:${ktorVer}"
ktorContentNegotiation = "io.ktor:ktor-client-content-negotiation:${ktorVer}"
coil = "io.coil-kt:coil-compose:2.2.1"
coil = "io.coil-kt:coil-compose:2.2.2"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.25.1"
junit = "junit:junit:4.13.2"