File tree 5 files changed +9
-5
lines changed
stripe-core/src/main/java/com/stripe/android/core/version
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
## 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.
5
9
6
10
## 21.3.2 - 2025-01-21
7
11
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
66
66
67
67
```
68
68
dependencies {
69
- implementation 'com.stripe:stripe-android:21.3.2 '
69
+ implementation 'com.stripe:stripe-android:21.4.0 '
70
70
}
71
71
```
72
72
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
20
20
android.experimental.androidTest.numManagedDeviceShards =3
21
21
22
22
# 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
8
8
*
9
9
*/
10
10
object StripeSdkVersion {
11
- const val VERSION_NAME = " 21.3.2 "
11
+ const val VERSION_NAME = " 21.4.0 "
12
12
const val VERSION : String = " AndroidBindings/$VERSION_NAME "
13
13
}
You can’t perform that action at this time.
0 commit comments