From b2178f17195d136ce2f014206f8579b7c67ea49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:30:18 +0000 Subject: [PATCH] Bump accompanist-systemuicontroller from 0.24.1-alpha to 0.24.3-alpha Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.24.1-alpha to 0.24.3-alpha. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.24.1-alpha...v0.24.3-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 f15ea08..3f34d0b 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.1-alpha" + implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.3-alpha" } \ No newline at end of file