Bump accompanist-systemuicontroller from 0.24.5-alpha to 0.24.6-alpha

Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.24.5-alpha to 0.24.6-alpha.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.24.5-alpha...v0.24.6-alpha)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-07 05:31:50 +00:00 committed by GitHub
parent 354b588aa8
commit 729b1e80ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ applyAndroidLibraryModule(project)
dependencies { dependencies {
implementation project(":core") implementation project(":core")
implementation("io.coil-kt:coil-compose:1.4.0") implementation("io.coil-kt:coil-compose:1.4.0")
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.5-alpha" implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.6-alpha"
} }