Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v20.38.0
PaymentSheet
- [Added] Added support for payment method configurations when using the deferred intent integration path.
stripe-android v20.37.4
- [FIXED]7953 Improved font rendering in
PaymentSheet
,CustomerSheet
, andFinancialConnectionsSheet
when used in Compose 1.6 and above.
stripe-android v20.37.3
stripe-android v20.37.2
- [FIXED]7832 Fixed an issue with
FlowController
when a customViewModelProvider.Factory
is specified.
Dependencies updated in 7718 and 7851 and 7858:
- Bumped AndroidX Activity from 1.7.2 to 1.8.2.
- Bumped AndroidX Fragment from 1.5.5 to 1.6.2.
- Bumped AndroidX Lifecycle from 2.6.1 to 1.7.0.
- Bumped AndroidX Navigation from 2.5.3 to 2.7.6.
- Bumped AndroidX Preference from 1.2.0 to 1.2.1.
- Bumped AndroidX RecyclerView from 1.2.1 to 1.3.1.
- Bumped Coroutines from 1.6.4 to 1.7.3.
- Bumped Google Places from 3.0.0 to 3.3.0.
- Bumped Kotlin from 1.8.22 to 1.9.22.
- Bumped Material from 1.8.0 to 1.11.0.
- Bumped Mavericks from 3.0.7 to 3.0.9.
stripe-android v20.37.1
stripe-android v20.37.0
Payments
- [CHANGED]7722 Added passive hCaptcha on Radar session creation endpoint. In order to enable hCaptcha on this endpoint, you must provide an activity to this method call (see the new optional activity parameter).
- [FIXED]7777 Fixed an issue in
PaymentSession
where tapping theAdd card
button stopped working after it was clicked once.
Dependencies updated:
- 7603 Bumped compile SDK from 33 to 34.
stripe-android v20.36.1
Identity
- [FIXED]7757 Fixed a crash when retrying the selfie scan.
stripe-android v20.36.0
PaymentSheet
- [ADDED]7713 PaymentSheet now supports card brand choice for eligible merchants and transactions. To provide a list of preferred networks, use
PaymentSheet.Configuration.preferredNetworks
.
CustomerSheet
- [ADDED]7713 CustomerSheet now supports card brand choice for eligible merchants and transactions. To provide a list of preferred networks, use
PaymentSheet.Configuration.preferredNetworks
.
Payments
- [ADDED]7713
CardInputWidget
,CardMultilineWidget
, andCardFormView
now support card brand choice for eligible merchants. To provide a list of preferred networks, usesetPreferredNetworks()
.
stripe-android v20.35.2
PaymentSheet
- [FIXED]7683 Fixed an issue where PaymentSheet didn't correctly consider
BillingDetailsCollectionConfiguration
when transacting with Google Pay.
stripe-android v20.35.1
Identity
- [CHANGED]7407 Updated the UX for Consent and DocSelection page.