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"