Skip to content

Commit

Permalink
Bump version to 20.48.5 (#9112)
Browse files Browse the repository at this point in the history
* Bump version to 20.48.5

* Update CHANGELOG.md
  • Loading branch information
tjclawson-stripe committed Aug 21, 2024
1 parent 64700e0 commit fe47bf6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 20.48.5 - 2024-08-21

### PaymentSheet
* [FIXED][9111](https://github.com/stripe/stripe-android/pull/9111) Fixed an issue where Google Pay was displaying an error.

## 20.48.4 - 2024-08-09

### Payments
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:20.48.4'
implementation 'com.stripe:stripe-android:20.48.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.48.4
20.48.5
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=20.48.4
VERSION_NAME=20.48.5
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 = "20.48.4"
const val VERSION_NAME = "20.48.5"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
}

0 comments on commit fe47bf6

Please sign in to comment.