diff --git a/link/build.gradle b/link/build.gradle index eb88505b4e5..418b9ae38a9 100644 --- a/link/build.gradle +++ b/link/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation("androidx.navigation:navigation-compose:2.4.0-beta02") // Integration with observables implementation "androidx.compose.runtime:runtime-livedata:$composeVersion" - implementation "com.google.accompanist:accompanist-flowlayout:0.20.2" + implementation "com.google.accompanist:accompanist-flowlayout:0.20.3" implementation "androidx.compose.ui:ui-tooling-preview:$composeVersion" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0' diff --git a/paymentsheet/build.gradle b/paymentsheet/build.gradle index 34061ada681..198c43d2d05 100644 --- a/paymentsheet/build.gradle +++ b/paymentsheet/build.gradle @@ -48,7 +48,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.2" + implementation "com.google.accompanist:accompanist-flowlayout:0.20.3" // Tooling support (Previews, etc.) debugImplementation "androidx.compose.ui:ui-tooling:$composeVersion" diff --git a/stripe-ui-core/build.gradle b/stripe-ui-core/build.gradle index 931e96b7d92..8c52f4deee6 100644 --- a/stripe-ui-core/build.gradle +++ b/stripe-ui-core/build.gradle @@ -39,7 +39,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.2" + implementation "com.google.accompanist:accompanist-flowlayout:0.20.3" // Tooling support (Previews, etc.) debugImplementation "androidx.compose.ui:ui-tooling:$composeVersion"