From 729b1e80edb4327e6ecd104fadf05264bbf0101d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 05:31:50 +0000 Subject: [PATCH] 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] --- design-library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-library/build.gradle b/design-library/build.gradle index f019048..29de016 100644 --- a/design-library/build.gradle +++ b/design-library/build.gradle @@ -3,5 +3,5 @@ applyAndroidLibraryModule(project) dependencies { implementation project(":core") 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" } \ No newline at end of file