Bump coil-compose from 2.2.0 to 2.2.1
Bumps [coil-compose](https://github.com/coil-kt/coil) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2303e6143d
commit
d50a0897d0
|
@ -138,7 +138,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.0"
|
||||
coil = "io.coil-kt:coil-compose:2.2.1"
|
||||
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.25.1"
|
||||
|
||||
junit = "junit:junit:4.13.2"
|
||||
|
|
Loading…
Reference in New Issue