Skip to content

Commit

Permalink
Release 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnjn committed Feb 12, 2019
1 parent e4d87d5 commit f51db1b
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.22.0

* Add support for `PayPalLineItem`

## 2.21.0

* Deprecate PayPal Future Payments, use 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 @@ -12,7 +12,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
compile 'com.braintreepayments.api:braintree:2.21.0'
compile 'com.braintreepayments.api:braintree:2.22.0'
}
```

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

allprojects {
version = '2.21.1-SNAPSHOT'
version = '2.22.0'

repositories {
flatDir {
Expand Down

0 comments on commit f51db1b

Please sign in to comment.