Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Aug 24, 2017
1 parent 2c3d9ad commit da98a56
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.6.1

* Fix potential crash due to optional Google Play Services dependency

## 2.6.0

* Upgrade Kount DataCollector to 3.2
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.6.0'
compile 'com.braintreepayments.api:braintree:2.6.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.6.1-SNAPSHOT'
version = '2.6.1'
ext {
compileSdkVersion = 26
buildToolsVersion = '26.0.0'
Expand Down

0 comments on commit da98a56

Please sign in to comment.