From 408bc6d6a21a09bb5bba3913e6e7ef773e4667c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 12:13:15 -0800 Subject: [PATCH] Bump accompanist-flowlayout from 0.20.1 to 0.20.2 (#4363) Bumps [accompanist-flowlayout](https://github.com/google/accompanist) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-flowlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- paymentsheet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paymentsheet/build.gradle b/paymentsheet/build.gradle index 5fb9fc60c26..4eed53bf66c 100644 --- a/paymentsheet/build.gradle +++ b/paymentsheet/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation "androidx.activity:activity-compose:$composeActivityVersion" // Integration with observables implementation "androidx.compose.runtime:runtime-livedata:$composeVersion" - implementation "com.google.accompanist:accompanist-flowlayout:0.20.1" + implementation "com.google.accompanist:accompanist-flowlayout:0.20.2" // Tooling support (Previews, etc.) debugImplementation "androidx.compose.ui:ui-tooling:$composeVersion"