From d8ea7309225cf290258888fcd83a3809b98bc844 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Mon, 5 Aug 2019 17:02:52 -0400 Subject: [PATCH] Bump version to 10.2.0 --- README.md | 2 +- VERSION | 2 +- stripe/AndroidManifest.xml | 4 ++-- stripe/gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc3bbb71c9b..38325b0fda5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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:10.1.1' +implementation 'com.stripe:stripe-android:10.2.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/VERSION b/VERSION index 23127993ac0..2bd6f7e3927 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.1.1 +10.2.0 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index c59de3ac0e8..4fce5718cf2 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index 5c74d6c4a0f..422ef3750fe 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=10.1.1 +VERSION_NAME=10.2.0 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android