File tree 5 files changed +7
-4
lines changed
stripe-core/src/main/java/com/stripe/android/core/version
5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## XX.XX.XX - 20XX-XX-XX
4
4
5
+ ## 21.4.2 - 2025-02-10
6
+ Bug fixes and improvements.
7
+
5
8
## 21.4.1 - 2025-01-28
6
9
7
10
### PaymentSheet
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.4.1 '
69
+ implementation 'com.stripe:stripe-android:21.4.2 '
70
70
}
71
71
```
72
72
Original file line number Diff line number Diff line change 1
- 21.4.1
1
+ 21.4.2
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.4.1
23
+ VERSION_NAME =21.4.2
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.4.1 "
11
+ const val VERSION_NAME = " 21.4.2 "
12
12
const val VERSION : String = " AndroidBindings/$VERSION_NAME "
13
13
}
You can’t perform that action at this time.
0 commit comments