Skip to content

Commit a9a8224

Browse files
Bump version to 21.5.1 (#10213)
1 parent 6fe49af commit a9a8224

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## XX.XX.XX - 20XX-XX-XX
44

5+
## 21.5.1 - 2025-02-19
6+
7+
### Payments
8+
* [FIXED][10211](https://github.com/stripe/stripe-android/pull/10211) Fixed an issue where some LPMs couldn't be confirmed.
9+
510
## 21.5.0 - 2025-02-18
611
### CardScan
712
* [FIXED][10181](https://github.com/stripe/stripe-android/pull/10181) Fixed a crash that happened on some devices with odd camera-to-screen ratios

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6666

6767
```
6868
dependencies {
69-
implementation 'com.stripe:stripe-android:21.5.0'
69+
implementation 'com.stripe:stripe-android:21.5.1'
7070
}
7171
```
7272

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.5.0
1+
21.5.1

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ android.useAndroidX=true
2020
android.experimental.androidTest.numManagedDeviceShards=3
2121

2222
# Update StripeSdkVersion.VERSION_NAME when publishing a new release
23-
VERSION_NAME=21.5.0
23+
VERSION_NAME=21.5.1

stripe-core/src/main/java/com/stripe/android/core/version/StripeSdkVersion.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ package com.stripe.android.core.version
88
*
99
*/
1010
object StripeSdkVersion {
11-
const val VERSION_NAME = "21.5.0"
11+
const val VERSION_NAME = "21.5.1"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)