File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
stripe-core/src/main/java/com/stripe/android/core/version Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33## XX.XX.XX - 20XX-XX-XX
4- * [ ADDED] [ 9937 ] (https://github.com/stripe/stripe-android/pull/9937 ) Added support for Crypto to payment sheet.
4+
5+ ## 21.4.0 - 2025-01-28
6+
7+ ### PaymentSheet
8+ * [ ADDED] [ 9937 ] (https://github.com/stripe/stripe-android/pull/9937 ) Added support for Crypto to PaymentSheet.
59
610## 21.3.2 - 2025-01-21
711
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6666
6767```
6868dependencies {
69- implementation 'com.stripe:stripe-android:21.3.2 '
69+ implementation 'com.stripe:stripe-android:21.4.0 '
7070}
7171```
7272
Original file line number Diff line number Diff line change 1- 21.3.2
1+ 21.4.0
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ android.useAndroidX=true
2020android.experimental.androidTest.numManagedDeviceShards =3
2121
2222# Update StripeSdkVersion.VERSION_NAME when publishing a new release
23- VERSION_NAME =21.3.2
23+ VERSION_NAME =21.4.0
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ package com.stripe.android.core.version
88 *
99 */
1010object StripeSdkVersion {
11- const val VERSION_NAME = " 21.3.2 "
11+ const val VERSION_NAME = " 21.4.0 "
1212 const val VERSION : String = " AndroidBindings/$VERSION_NAME "
1313}
You can’t perform that action at this time.
0 commit comments