Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Martinak committed Oct 3, 2019
1 parent 6a5b856 commit 358fa80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Braintree Android Google Pay SDK Release Notes

## 3.1.0

* Add check in `requestPayment` to avoid Null Pointer Exception

## 3.0.1

* Resolve issue where optional shipping parameters were treated as if they were required
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
compile 'com.braintreepayments.api:google-payment:3.0.1'
compile 'com.braintreepayments.api:google-payment:3.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
}
}

version = '3.0.2-SNAPSHOT'
version = '3.1.0'
ext {
versionCode = 6
versionName = version
Expand Down

0 comments on commit 358fa80

Please sign in to comment.