Skip to content

Commit

Permalink
Create v8.3.0 release (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
csabol-stripe authored and mshafrir-stripe committed Jan 28, 2019
1 parent 6f5b607 commit a9911b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

### 8.3.0 - On deck
### 8.3.0 2019-01-25
* Fix bug related to ephemeral keys introduced in 8.2.0 [#780]
* Migrate to Android X [#778]
* Add errorCode and errorDeclineCode fields to InvalidRequestException [#771]
Expand Down
2 changes: 1 addition & 1 deletion README.md
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:

```
implementation 'com.stripe:stripe-android:8.2.0'
implementation 'com.stripe:stripe-android:8.3.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
@@ -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="29"
android:versionName="8.2.0"
android:versionCode="30"
android:versionName="8.3.0"
>

<application>
Expand Down
2 changes: 1 addition & 1 deletion stripe/gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=8.2.0
VERSION_NAME=8.3.0
POM_DESCRIPTION=Stripe Android Bindings
POM_NAME=stripe-android
POM_ARTIFACT_ID=stripe-android
Expand Down

0 comments on commit a9911b6

Please sign in to comment.