From a301a37e2b7e779e3fc59f0ef705b2c317e78e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:00:29 +0000 Subject: [PATCH] chore(deps): bump com.google.accompanist:accompanist-systemuicontroller Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.32.0 to 0.36.0. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.32.0...v0.36.0) --- 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 a84e39c..1ec11d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'androidx.navigation:navigation-compose:2.7.5' implementation 'androidx.profileinstaller:profileinstaller:1.3.1' implementation 'com.google.android.material:material:1.10.0' - implementation "com.google.accompanist:accompanist-systemuicontroller:0.32.0" + implementation "com.google.accompanist:accompanist-systemuicontroller:0.36.0" // For building AppWidgets with Glance def glance_version = "1.0.0"