Skip to content

Commit

Permalink
Bumps Compose from 1.4.0 to 1.4.1 (#6492)
Browse files Browse the repository at this point in the history
* Bump androidxComposeVersion from 1.4.0 to 1.4.1

Bumps `androidxComposeVersion` from 1.4.0 to 1.4.1.

Updates `androidx.compose.material:material` from 1.4.0 to 1.4.1

Updates `androidx.compose.foundation:foundation` from 1.4.0 to 1.4.1

Updates `androidx.compose.material:material-icons-core` from 1.4.0 to 1.4.1

Updates `androidx.compose.material:material-icons-extended` from 1.4.0 to 1.4.1

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.foundation:foundation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material-icons-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.compose.material:material-icons-extended
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updates Compose to 1.4.1

* Updates changelog.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Munoz <[email protected]>
  • Loading branch information
dependabot[bot] and carlosmuvi-stripe authored Apr 6, 2023
1 parent cb92bb7 commit 4365078
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4365078

Please sign in to comment.