Skip to content

Commit

Permalink
Release 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Sep 9, 2016
1 parent 799b886 commit 2854f77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Braintree Android SDK Release Notes

## 2.3.8

* Support changing user call to action in PayPal flows, see `PayPalRequest#userAction`
* Fix validate option not being sent when set to false in `PaymentMethodBuilder`
* Add merchant supported card types to `Configuration`
* Expose methods on `BraintreeFragment` for getting cached payment methods
* Update `paypal-data-collector` to 3.1.2
* Move Drop-In to [it's own repo](https://github.com/braintree/braintree-android-drop-in)

## 2.3.7

* Update exception message when Android Manifest setup is invalid
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ allprojects {
sign configurations.archives
}

version = '2.3.7-SNAPSHOT'
version = '2.3.8'
ext {
compileSdkVersion = 24
buildToolsVersion = '24.0.0'
minSdkVersion = 15
targetSdkVersion = 24
versionCode = 52
versionCode = 53
versionName = version
}
}

0 comments on commit 2854f77

Please sign in to comment.