Bump coil-compose from 1.4.0 to 2.1.0
Bumps [coil-compose](https://github.com/coil-kt/coil) from 1.4.0 to 2.1.0. - [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/1.4.0...2.1.0) --- updated-dependencies: - dependency-name: io.coil-kt:coil-compose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4d0f786fb3
commit
e445458009
|
@ -126,7 +126,7 @@ ext.Dependencies.with {
|
|||
ktorLogging = "io.ktor:ktor-client-logging-jvm:${ktorVer}"
|
||||
ktorJava = "io.ktor:ktor-client-java:${ktorVer}"
|
||||
|
||||
coil = "io.coil-kt:coil-compose:1.4.0"
|
||||
coil = "io.coil-kt:coil-compose:2.1.0"
|
||||
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.24.7-alpha"
|
||||
|
||||
junit = "junit:junit:4.13.2"
|
||||
|
|
Loading…
Reference in New Issue