From e20eb8b247adf7317f4506c9a8415540a3ac489d Mon Sep 17 00:00:00 2001 From: lkorth Date: Fri, 11 Mar 2016 14:57:01 -0500 Subject: [PATCH] Release 2.2.3 --- CHANGELOG.md | 7 +++++++ build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6750542be..0f02503e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Braintree Android SDK Release Notes +## 2.2.3 + +* Fixes + * Fix incorrect `groupId` of dependencies in pom file for 2.2.2 + ## 2.2.2 +:rotating_light: The `groupId`s in this version's pom files are incorrect and dependencies will not resolve. Do not use. :rotating_light: + * 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` diff --git a/build.gradle b/build.gradle index 0d2235b4fb..ade27fd8ca 100644 --- a/build.gradle +++ b/build.gradle @@ -80,13 +80,13 @@ allprojects { sign configurations.archives } - version = '2.2.2-SNAPSHOT' + version = '2.2.3' ext { compileSdkVersion = 23 buildToolsVersion = '23.0.2' minSdkVersion = 15 targetSdkVersion = 23 - versionCode = 41 + versionCode = 42 versionName = version } }