From 43012b37f125a9a954d0d3b6ef2202832d7b5a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:59:50 +0000 Subject: [PATCH] Bump accompanist from 0.30.1 to 0.32.0 Bumps `accompanist` from 0.30.1 to 0.32.0. Updates `com.google.accompanist:accompanist-placeholder-material` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.32.0) Updates `com.google.accompanist:accompanist-flowlayout` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.32.0) Updates `com.google.accompanist:accompanist-swiperefresh` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.32.0) Updates `com.google.accompanist:accompanist-webview` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.32.0) Updates `com.google.accompanist:accompanist-permissions` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.32.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-placeholder-material 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-swiperefresh dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.accompanist:accompanist-webview 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 963fa13da..5c82fb786 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist = "0.30.1" +accompanist = "0.32.0" androidDesugarJdkLibs = "2.0.4" androidxActivity = "1.8.1" androidxAppCompat = "1.6.1"