Skip to content

Commit

Permalink
Version 7.2.0 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydong-stripe authored and ksun2-stripe committed Jul 12, 2018
1 parent 4be93ee commit bf52d55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

### 7.2.0 2018-07-12
* Add beta support for PaymentIntents for usage with card sources []
* Add sample integration with PaymentIntents
* Fix crash in MaskedCardAdapter
* **BREAKING** Add `preferredLanguage` parameter to `SourceParams.createBancontactParams` [#589](https://github.com/stripe/stripe-android/pull/589)

### 7.1.0 2018-06-11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
compile 'com.stripe:stripe-android:7.1.0'
compile 'com.stripe:stripe-android:7.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
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="25"
android:versionName="7.1.0"
android:versionCode="26"
android:versionName="7.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=7.1.0
VERSION_NAME=7.2.0
POM_DESCRIPTION=Stripe Android Bindings
POM_NAME=stripe-android
POM_ARTIFACT_ID=stripe-android
Expand Down

0 comments on commit bf52d55

Please sign in to comment.