Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Nov 7, 2017
1 parent 56e36d1 commit fb63295
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Braintree Android SDK Release Notes

## 2.7.1

* Add AmericanExpress support with getRewardsBalance method
* Use ExecutorService for async database operations

## 2.7.0

* Increase minimum version of Google Play Services Wallet to 11.4.0
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.7.0'
compile 'com.braintreepayments.api:braintree:2.7.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.7.1-SNAPSHOT'
version = '2.7.1'
ext {
compileSdkVersion = 26
buildToolsVersion = '26.0.0'
Expand Down

0 comments on commit fb63295

Please sign in to comment.