Skip to content

Commit bca97fe

Browse files
Bump version to 21.2.0 (#9673)
1 parent ec8b681 commit bca97fe

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
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
## XX.XX.XX - 20XX-XX-XX
4+
5+
## 21.2.0 - 2024-11-19
46
### Payments
57
- [ADDED][9672](https://github.com/stripe/stripe-android/pull/9672) Update `stripe-3ds2-android` to version 6.2.0 which upgrades 3DS spec from 2.1 to 2.2
68

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.1.0'
70+
implementation 'com.stripe:stripe-android:21.2.0'
7171
}
7272
```
7373

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.1.0
1+
21.2.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.1.0
23+
VERSION_NAME=21.2.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.1.0"
11+
const val VERSION_NAME = "21.2.0"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)