Skip to content

Commit

Permalink
Bump version to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe committed Aug 5, 2019
1 parent cb635b8 commit d8ea730
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.1.1
10.2.0
4 changes: 2 additions & 2 deletions stripe/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.stripe.android"
android:versionCode="54"
android:versionName="10.1.1"
android:versionCode="55"
android:versionName="10.2.0"
>

<application>
Expand Down
2 changes: 1 addition & 1 deletion stripe/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d8ea730

Please sign in to comment.