From f62d4de8de2adbfd877ad9e5a76ee431a67e3387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 05:15:08 +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.31.4-beta. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.29.1-alpha...v0.31.4-beta) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-systemuicontroller 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..07712fb 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.31.4-beta" } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {