Skip to content

Commit 03eb8d4

Browse files
Bump version to 21.3.0 (#9827)
1 parent b846637 commit 03eb8d4

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## 21.3.0 - 2024-12-23
6+
57
### Payments
68
* [ADDED][9753](https://github.com/stripe/stripe-android/pull/9753) Added support for Crypto to API bindings.
79
* [CHANGED][9804](https://github.com/stripe/stripe-android/pull/9804) Changed the edit and remove saved payment method flow so that tapping 'Edit' displays an icon that leads to a new update payment method screen that displays payment method details for card (last 4 digits of card number, cvc and expiry date fields), US Bank account (name, email, last 4 digits of bank account), and SEPA debit (name, email, last 4 digits of IBAN).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6767

6868
```
6969
dependencies {
70-
implementation 'com.stripe:stripe-android:21.2.1'
70+
implementation 'com.stripe:stripe-android:21.3.0'
7171
}
7272
```
7373

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.2.1
1+
21.3.0

gradle.properties

Lines changed: 1 addition & 1 deletion
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.2.1
23+
VERSION_NAME=21.3.0

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

Lines changed: 1 addition & 1 deletion
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.2.1"
11+
const val VERSION_NAME = "21.3.0"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)