Skip to content

Commit

Permalink
Bump version to 20.34.3 (#7549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswoo-stripe committed Oct 31, 2023
1 parent aa75d94 commit e618f57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Add `stripe-android` to your `build.gradle` dependencies.

```
dependencies {
implementation 'com.stripe:stripe-android:20.34.2'
implementation 'com.stripe:stripe-android:20.34.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.34.2
20.34.3
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ android.nonTransitiveRClass=true
android.useAndroidX=true

# Update StripeSdkVersion.VERSION_NAME when publishing a new release
VERSION_NAME=20.34.2
VERSION_NAME=20.34.3
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.34.2"
const val VERSION_NAME = "20.34.3"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
}

0 comments on commit e618f57

Please sign in to comment.