Merge pull request #81 from ouchadam/dependabot/gradle/io.coil-kt-coil-compose-2.2.0

Bump coil-compose from 2.1.0 to 2.2.0
This commit is contained in:
Adam Brown 2022-08-17 18:15:15 +01:00 committed by GitHub
commit 6c18cffb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,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.1.0"
coil = "io.coil-kt:coil-compose:2.2.0"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.25.1"
junit = "junit:junit:4.13.2"