From e2397874c48b31fa73cebf1e2d222f951b4dad9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:09:48 +0000 Subject: [PATCH] Bump com.google.accompanist:accompanist-systemuicontroller Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.29.1-alpha to 0.36.0. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.29.1-alpha...v0.36.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-systemuicontroller dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a60318e..d44fba9 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { appcompat_version = "1.6.1" material_version = "1.8.0" okhttp_bom_version = "4.9.3" - accompanist_version = "0.29.1-alpha" + accompanist_version = "0.36.0" } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {