Skip to content

Commit

Permalink
Bump accompanist-flowlayout from 0.20.1 to 0.20.2 (#4363)
Browse files Browse the repository at this point in the history
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](google/accompanist@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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2021
1 parent fbd6965 commit 408bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paymentsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 408bc6d

Please sign in to comment.