Skip to content

Commit

Permalink
Release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Mar 11, 2016
1 parent 87ab6cf commit e20eb8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
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.2-SNAPSHOT'
version = '2.2.3'
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.2'
minSdkVersion = 15
targetSdkVersion = 23
versionCode = 41
versionCode = 42
versionName = version
}
}

0 comments on commit e20eb8b

Please sign in to comment.