Skip to content

Commit

Permalink
Bump version to 25.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toluo-stripe committed Nov 22, 2024
1 parent 9e6c259 commit 5d94bfe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## XX.XX.XX - 20XX-XX-XX

## 25.6.0 - 2024-11-22

## 21.2.0 - 2024-11-19
### Payments
- [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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add `stripe-android` to your `build.gradle` dependencies.

```
dependencies {
implementation 'com.stripe:stripe-android:21.2.0'
implementation 'com.stripe:stripe-android:25.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.2.0
25.6.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.useAndroidX=true
android.experimental.androidTest.numManagedDeviceShards=3

# Update StripeSdkVersion.VERSION_NAME when publishing a new release
VERSION_NAME=21.2.0
VERSION_NAME=25.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ package com.stripe.android.core.version
*
*/
object StripeSdkVersion {
const val VERSION_NAME = "21.2.0"
const val VERSION_NAME = "25.6.0"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
}

0 comments on commit 5d94bfe

Please sign in to comment.