Skip to content

Commit

Permalink
Release 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Nov 16, 2016
1 parent 73f2317 commit 62c5d15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Braintree Android SDK Release Notes

## 2.3.12

* Improve PayPal address validations
* Work around `NullPointerException` in `BraintreeFragment#newInstance` (fixes [#125](https://github.com/braintree/braintree_android/issues/125))
* Document supported locales for PayPal
* Fix rare `NullPointerException` ([#128](https://github.com/braintree/braintree_android/pull/128))

## 2.3.12

* Improve PayPal address validations
* Work around `NullPointerException` in `BraintreeFragment#newInstance` (fixes [#125](https://github.com/braintree/braintree_android/issues/125))
* Document supported locales for PayPal
* Fix rare `NullPointerException` ([#128](https://github.com/braintree/braintree_android/pull/128))

## 2.3.11

* Fix ProGuard rules (fixes [#124](https://github.com/braintree/braintree_android/issues/124))
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.11-SNAPSHOT'
version = '2.3.12'
ext {
compileSdkVersion = 25
buildToolsVersion = '25.0.0'
minSdkVersion = 15
targetSdkVersion = 25
versionCode = 56
versionCode = 58
versionName = version
}
}
Expand Down

0 comments on commit 62c5d15

Please sign in to comment.