Skip to content

Commit 18ae2bb

Browse files
authored
Bump version to 21.12.0 (#10750)
1 parent 94012c5 commit 18ae2bb

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

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.12.0 - 2025-04-28
6+
57
### PaymentSheet
68
* [ADDED][10733](https://github.com/stripe/stripe-android/pull/10733) Added support for [custom payment methods](https://docs.stripe.com/payments/payment-methods/custom-payment-methods).
79
* [ADDED][10720](https://github.com/stripe/stripe-android/pull/10720) `EmbeddedPaymentElement` now supports customizing `FormSheetAction` and a 2 step flow (similar to `PaymentSheet.FlowController`).

README.md

Lines changed: 1 addition & 1 deletion
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.11.1'
69+
implementation 'com.stripe:stripe-android:21.12.0'
7070
}
7171
```
7272

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.11.1
1+
21.12.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=6
2121

2222
# Update StripeSdkVersion.VERSION_NAME when publishing a new release
23-
VERSION_NAME=21.11.1
23+
VERSION_NAME=21.12.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.11.1"
11+
const val VERSION_NAME = "21.12.0"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)