Skip to content

Commit

Permalink
Bump version to 16.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe committed May 7, 2021
1 parent 8d8f421 commit c3ded07
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 @@ -60,7 +60,7 @@ Add `stripe-android` to your `build.gradle` dependencies.

```
dependencies {
implementation 'com.stripe:stripe-android:16.7.1'
implementation 'com.stripe:stripe-android:16.8.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.7.1
16.8.0
2 changes: 1 addition & 1 deletion stripe/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Update Stripe.VERSION_NAME when publishing a new release
VERSION_NAME=16.7.1
VERSION_NAME=16.8.0
2 changes: 1 addition & 1 deletion stripe/src/main/java/com/stripe/android/Stripe.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ class Stripe internal constructor(
@JvmField
val API_VERSION: String = ApiVersion.get().code

internal const val VERSION_NAME = "16.7.1"
internal const val VERSION_NAME = "16.8.0"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"

/**
Expand Down

0 comments on commit c3ded07

Please sign in to comment.