Skip to content

stripe-android v17.0.0

Compare
Choose a tag to compare
@mshafrir-stripe mshafrir-stripe released this 15 Jul 18:54
· 4458 commits to master since this release

This release includes several breaking changes. See the migration guide for more details.

What's New

This release introduces GooglePayLauncher and GooglePayPaymentMethodLauncher to simplify
Google Pay integration. See the Google Pay integration guide
for more details.

Notable Changes

  • #3820 Upgrade Kotlin to 1.5.10
  • #3883 Remove PaymentIntent#nextAction
  • #3899 Introduce GooglePayLauncher and GooglePayPaymentMethodLauncher
    • Drop-in classes that simplify integrating Google Pay
  • #3918 Upgrade Android Gradle plugin to 4.2.2
  • #3942 Upgrade Gradle to 7.1.1
  • #3944 Introduce GooglePayLauncherContract and GooglePayPaymentMethodLauncherContract
    • ActivityResultContract classes that enable integrating GooglePayLauncher and GooglePayPaymentMethodLauncher in Jetpack Compose
  • #3951 Upgrade material-components to 1.4.0
  • #3976 Upgrade Kotlin Coroutines to 1.5.1
  • #4010 Upgrade 3DS2 SDK to 6.1.1
    • Migrate challenge flow to use Activity Result API
    • Add support for Cartes Bancaires and UnionPay
    • Upgrade nimbus-jose-jwt to 9.11.1

See the changelog for more details.