Skip to content

Commit

Permalink
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Braintree Android SDK Release Notes

## 2.4.3

* Improve `GoogleApiClientException` to include error type as well as reason code
* Changes to PayPalDataCollector to make it easier to use

## 2.4.2

* Fix NPE in `AndroidPay#changePaymentMethod` (fixes [#139](https://github.com/braintree/braintree_android/issues/139))
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -77,13 +77,13 @@ allprojects {
sign configurations.archives
}

version = '2.4.2-SNAPSHOT'
version = '2.4.3'
ext {
compileSdkVersion = 25
buildToolsVersion = '25.0.0'
minSdkVersion = 16
targetSdkVersion = 25
versionCode = 61
versionCode = 62
versionName = version
}
}

0 comments on commit bca0d26

Please sign in to comment.