From a08dbdd03dd5d836dbd2a95558b5ca8d9b9ec1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 15:01:47 +0000 Subject: [PATCH] build(deps): bump accompanist from 0.12.0 to 0.13.0 Bumps `accompanist` from 0.12.0 to 0.13.0. Updates `accompanist-insets` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.12.0...v0.13.0) Updates `accompanist-coil` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.12.0...v0.13.0) Updates `accompanist-swiperefresh` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-insets dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.accompanist:accompanist-coil 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 06d90084..e6859c5b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { hiltJetpackVersion = '1.0.0' retrofit = "2.9.0" glide = "4.12.0" - accompanist = "0.12.0" + accompanist = "0.13.0" lifecycle = '2.4.0-alpha02' composed = '0.0.10' paging_compose = '1.0.0-alpha11'