Skip to content

Commit

Permalink
Release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Jul 7, 2016
1 parent c59a483 commit 8aea51e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Braintree Android SDK Release Notes

## 2.3.4

* Prevent invalid schemes from being used for browser switching (Packages containing underscores would generate invalid schemes)
* Fix `NoClassDefFoundError` in `DataCollector`
* Fix `NullPointerException` in `BraintreeFragment`

## 2.3.3

* Add PayPal Checkout intent option (authorize or sale). See `PayPalRequest#intent`
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.3-SNAPSHOT'
version = '2.3.4'
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.2'
minSdkVersion = 15
targetSdkVersion = 23
versionCode = 48
versionCode = 49
versionName = version
}
}

0 comments on commit 8aea51e

Please sign in to comment.