From 9a1b90586687a5ab196c21cecbc25cd82a8e9dcb Mon Sep 17 00:00:00 2001 From: jemerick-stripe <48026502+jemerick-stripe@users.noreply.github.com> Date: Fri, 12 Apr 2019 11:20:38 -0400 Subject: [PATCH] Release v8.7.0 (#871) --- README.md | 2 +- stripe/AndroidManifest.xml | 4 ++-- stripe/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60831ae362e..2d5f7c7ec51 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Stripe Android SDK makes it quick and easy to build an excellent payment exp No need to clone the repository or download any files -- just add this line to your app's `build.gradle` inside the `dependencies` section: ``` -implementation 'com.stripe:stripe-android:8.6.0' +implementation 'com.stripe:stripe-android:8.7.0' ``` Note: We recommend that you don't use `compile 'com.stripe:stripe-android:+`, as future versions of the SDK may not maintain full backwards compatibility. When such a change occurs, a major version number change will accompany it. diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index 73a2a9867e5..429ff127a07 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index f5d2ca971b5..265d07ef4cb 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=8.6.0 +VERSION_NAME=8.7.0 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android