Skip to content

Commit

Permalink
Release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcoffey committed Jan 4, 2018
1 parent a9c376e commit 8ce8c54
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 SDK Release Notes

## 2.8.1
* Support `lastFour` in `GooglePayCardNonce`
* Add Google Pay branding

## 2.8.0
* Add support for iDEAL payments

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
compile 'com.braintreepayments.api:braintree:2.8.0'
compile 'com.braintreepayments.api:braintree:2.8.1'
}
```

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

version = '2.8.1-SNAPSHOT'
version = '2.8.1'
ext {
compileSdkVersion = 26
buildToolsVersion = '26.0.0'
Expand Down

0 comments on commit 8ce8c54

Please sign in to comment.