Skip to content

Commit

Permalink
Release 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jan 8, 2021
1 parent e1fe02f commit 36dbcac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Braintree Android SDK Release Notes

## unreleased
## 3.15.0

* Add `paymentTypeCountryCode` to `LocalPaymentRequest`
* Upgrade PayPal Data Collector to 5.1.1 (fixes #325)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:braintree:3.14.2'
implementation 'com.braintreepayments.api:braintree:3.15.0'
}
```

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

version '3.14.3-SNAPSHOT'
version '3.15.0'
ext {
compileSdkVersion = 30
minSdkVersion = 21
Expand Down

0 comments on commit 36dbcac

Please sign in to comment.