From 7b0119231eab671b370f255f587935ca5e4c288b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:05:49 +0000 Subject: [PATCH] Bump google-accompanist from 0.31.1-alpha to 0.35.1-SNAPSHOT Bumps `google-accompanist` from 0.31.1-alpha to 0.35.1-SNAPSHOT. Updates `com.google.accompanist:accompanist-navigation-animation` from 0.31.1-alpha to 0.35.1-SNAPSHOT Updates `com.google.accompanist:accompanist-systemuicontroller` from 0.31.1-alpha to 0.35.1-SNAPSHOT Updates `com.google.accompanist:accompanist-flowlayout` from 0.31.1-alpha to 0.35.1-SNAPSHOT Updates `com.google.accompanist:accompanist-permissions` from 0.31.1-alpha to 0.35.1-SNAPSHOT --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-navigation-animation dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.accompanist:accompanist-systemuicontroller dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.accompanist:accompanist-flowlayout dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.accompanist:accompanist-permissions 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 657a762..a20af86 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ jetbrains-kotlinx-coroutines = "1.7.1" junit = "4.13.2" # Google -google-accompanist = "0.31.1-alpha" +google-accompanist = "0.35.1-SNAPSHOT" google-dagger = "2.48" google-gson = "2.10.1" google-maps = "2.9.1"