Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Mar 11, 2016
1 parent 8386008 commit a0b194c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Braintree Android SDK Release Notes

## 2.2.2

* Update `PaymentButton` styling when PayPal is the only visible option
* Features
* Add client side overrides for payment methods in Drop-in and `PaymentButton` to `PaymentRequest`
* Add support for non-USD currencies and non-US shipping addresses in Android Pay
* Return email, billing address and shipping address as part of an `AndroidPayCardNonce` from Drop-in
* Fixes
* Fix back button not doing anything in Drop-in after an Android Pay error is returned
* Deprecate `DataCollector#collectDeviceData` and add new signature to prevent a NullPointerException when using a fragment that is not attached to an `Activity`

## 2.2.1

* Fixes
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ allprojects {
sign configurations.archives
}

version = '2.2.1-SNAPSHOT'
version = '2.2.2'
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.2'
minSdkVersion = 15
targetSdkVersion = 23
versionCode = 40
versionCode = 41
versionName = version
}
}

0 comments on commit a0b194c

Please sign in to comment.