diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e206e73639..7d0ae5aff81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## XX.XX.XX - 2023-XX-XX ### All SDKs -* [ADDED][6417](https://github.com/stripe/stripe-android/pull/6417) Updates compose to 1.4.0. +* [CHANGED][6492](https://github.com/stripe/stripe-android/pull/6492) Updated Compose to 1.4.1. ### PaymentSheet * [FIXED][6434](https://github.com/stripe/stripe-android/pull/6434) Fixed an issue where the `Save this card for future payments` checkbox wasn't displayed in some cases even though it should have been. diff --git a/build.gradle b/build.gradle index b253ebc3c70..1c5e05adf21 100644 --- a/build.gradle +++ b/build.gradle @@ -59,10 +59,10 @@ ext { androidxAppcompatVersion = '1.6.1' androidxArchCoreVersion = '2.2.0' androidxBrowserVersion = '1.5.0' - androidxComposeVersion = '1.4.0' - androidxComposeRuntimeVersion = '1.4.0' - androidxComposeUiVersion = '1.4.0' - androidxComposeCompilerVersion = '1.4.0' + androidxComposeVersion = '1.4.1' + androidxComposeRuntimeVersion = '1.4.1' + androidxComposeUiVersion = '1.4.1' + androidxComposeCompilerVersion = '1.4.1' androidxConstraintlayoutComposeVersion = '1.0.1' androidxConstraintlayoutVersion = '2.1.4' androidxCoreVersion = '1.9.0'