From f3a2f9f972d29553124860d5d7b84f442c353685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:50:20 +0000 Subject: [PATCH] chore(deps): bump accompanist from 0.30.1 to 0.34.0 Bumps `accompanist` from 0.30.1 to 0.34.0. Updates `com.google.accompanist:accompanist-drawablepainter` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) Updates `com.google.accompanist:accompanist-flowlayout` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) Updates `com.google.accompanist:accompanist-pager` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) Updates `com.google.accompanist:accompanist-permissions` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) Updates `com.google.accompanist:accompanist-placeholder-material` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) Updates `com.google.accompanist:accompanist-swiperefresh` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) Updates `com.google.accompanist:accompanist-testharness` from 0.30.1 to 0.34.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.1...v0.34.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-drawablepainter 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-pager 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 - dependency-name: com.google.accompanist:accompanist-placeholder-material 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-testharness 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 283c4e901..85ec7addf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -accompanist = "0.30.1" +accompanist = "0.34.0" android-gradlePlugin = "8.2.2" androidx-activity = "1.8.2" androidx-appCompat = "1.6.1"