From f3fbf30a90ee0ae7536572cfe968a44925ecf8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:18:13 +0000 Subject: [PATCH] fix(deps): Bump com.google.accompanist:accompanist-systemuicontroller Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.5-beta to 0.33.1-alpha. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.31.5-beta...v0.33.1-alpha) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-systemuicontroller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f4f5a21..e4c955be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.material3:material3' - implementation 'com.google.accompanist:accompanist-systemuicontroller:0.31.5-beta' + implementation 'com.google.accompanist:accompanist-systemuicontroller:0.33.1-alpha' // Compose related implementation 'androidx.navigation:navigation-compose:2.6.0'