From 541a47e5b2d49b0366c24263ed172d74cf3ea2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:53:57 +0000 Subject: [PATCH] build(deps): bump accompanist_version from 0.30.0 to 0.30.1 Bumps `accompanist_version` from 0.30.0 to 0.30.1. Updates `com.google.accompanist:accompanist-pager` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.0...v0.30.1) Updates `com.google.accompanist:accompanist-pager-indicators` from 0.30.0 to 0.30.1 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.30.0...v0.30.1) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-pager dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.accompanist:accompanist-pager-indicators dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1964e0..14af3cf 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { compose_version = '1.4.4' compose_bom_version = '2023.03.00' compose_destinations_version = '1.8.38-beta' - accompanist_version = '0.30.0' + accompanist_version = '0.30.1' core_ktx_version = '1.9.0' lifecycle_runtime_ktx_version = '2.6.1'