Skip to content

Commit

Permalink
Release 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Jul 12, 2018
1 parent c05c41e commit 710613b
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.1

* Removed unused PayPal analytics event

## 2.14.0

* Add shippingAddressEditable to PayPalRequest
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.14.0'
compile 'com.braintreepayments.api:braintree:2.14.1'
}
```

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

version = '2.14.1-SNAPSHOT'
version = '2.14.1'
ext {
compileSdkVersion = 27
minSdkVersion = 16
Expand Down

0 comments on commit 710613b

Please sign in to comment.