From 2854f7700960fd958ccb59927e352059d6ccb50e Mon Sep 17 00:00:00 2001 From: lkorth Date: Fri, 9 Sep 2016 13:03:36 -0400 Subject: [PATCH] Release 2.3.8 --- CHANGELOG.md | 9 +++++++++ build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed00832a3..914c5e2d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 76ca583f84..070a5db44f 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } }