From abebdfb14a5710779f24a23ce61aa45e517b61ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:12:51 +0000 Subject: [PATCH] build(deps): bump io.github.raamcosta.compose-destinations:animations-core Bumps [io.github.raamcosta.compose-destinations:animations-core](https://github.com/raamcosta/compose-destinations) from 1.8.38-beta to 1.9.41-beta. - [Release notes](https://github.com/raamcosta/compose-destinations/releases) - [Commits](https://github.com/raamcosta/compose-destinations/compare/1.8.38-beta...1.9.41-beta) --- updated-dependencies: - dependency-name: io.github.raamcosta.compose-destinations:animations-core dependency-type: direct:production update-type: version-update:semver-minor ... 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..bdc299f 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { compose_version = '1.4.4' compose_bom_version = '2023.03.00' - compose_destinations_version = '1.8.38-beta' + compose_destinations_version = '1.9.41-beta' accompanist_version = '0.30.0' core_ktx_version = '1.9.0'