Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Jun 15, 2018
1 parent 2f3a39d commit 01811e8
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.14.0

* Add shippingAddressEditable to PayPalRequest

## 2.13.2

* Fix issue where address override was not set for PayPal billing agreements
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.13.2'
compile 'com.braintreepayments.api:braintree:2.14.0'
}
```

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.13.3-SNAPSHOT'
version = '2.14.0'
ext {
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
Expand Down

0 comments on commit 01811e8

Please sign in to comment.