Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed May 25, 2016
1 parent 85a9b5f commit 2e25c3b
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,5 +1,12 @@
# Braintree Android SDK Release Notes

## 2.3.1

* Fix `NullPointerException`s in `BraintreeFragment` when not attached to an `Activity`
* Fix Chrome Custom Tabs Intent flags interfering with browser switch
* Add new `DataCollector#collectDeviceData` methods that use a callback; deprecate synchronous methods
* Reduce size of assets in Drop-In

## 2.3.0

* UnionPay Beta *Please note*: this API is in beta and subject to change
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.0-SNAPSHOT'
version = '2.3.1'
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.2'
minSdkVersion = 15
targetSdkVersion = 23
versionCode = 45
versionCode = 46
versionName = version
}
}

0 comments on commit 2e25c3b

Please sign in to comment.