Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Apr 28, 2017
1 parent 9dbf6c4 commit 6d37593
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.5.2

* Include cause in `ConfigurationException` ([#143](https://github.com/braintree/braintree_android/pull/143))
* Ignore ProGuard warnings for Visa Checkout (fixes [#144](https://github.com/braintree/braintree_android/issues/144))
* Fix Android Pay behavior during configuration changes (fixes [#145](https://github.com/braintree/braintree_android/issues/145), [#146](https://github.com/braintree/braintree_android/issues/146), [#147](https://github.com/braintree/braintree_android/issues/147))
* Fix crash when run in an Android Instant App

## 2.5.1

* Fix non-optional `data-collector` dependency in Braintree
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.5.1-SNAPSHOT'
version = '2.5.2'
ext {
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
minSdkVersion = 16
targetSdkVersion = 25
versionCode = 64
versionCode = 65
versionName = version
}
}
Expand Down

0 comments on commit 6d37593

Please sign in to comment.