Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnjn committed Jun 7, 2017
1 parent b008547 commit 43f66c4
Show file tree
Hide file tree
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.5.4

* Use custom task instead of overriding the clean task (fixes [#153](https://github.com/braintree/braintree_android/issues/153))
* Accept third party cookies in ThreeDSecureWebView for Lollipop and above

## 2.5.3
* Add PayPal Credit for Billing Agreements

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ allprojects {
sign configurations.archives
}

version = '2.5.3-SNAPSHOT'
version = '2.5.4'
ext {
compileSdkVersion = 25
buildToolsVersion = '25.0.2'
minSdkVersion = 16
targetSdkVersion = 25
versionCode = 66
versionCode = 67
versionName = version
}
}
Expand Down

0 comments on commit 43f66c4

Please sign in to comment.