From f703f2cb91614bcda410eeb5aa96fb71a7d5b3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:56:47 +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.34.0. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.32.0...v0.34.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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2ea5d130..d7fefc42 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ androidx-activity = "1.8.2" androidx-compose-bom = "2023.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping androidx-compose-compiler = "1.5.7" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility androidx-lifecycle = "2.7.0" -google-accompanist = "0.32.0" +google-accompanist = "0.34.0" kotest = "5.8.0" kotlin = "1.9.21" kotlinx-coroutines = "1.7.3"