From d9e52c8b0d093c561318d330540ad2a5d3774758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:17:39 +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.35.1-alpha. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.31.5-beta...v0.35.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 f95c235c..bc0f6b19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,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.35.1-alpha' // Compose related implementation 'androidx.navigation:navigation-compose:2.7.4'