Skip to content

Commit

Permalink
Bumping native version for cardinal fix (#633)
Browse files Browse the repository at this point in the history
* -Bumping native version for cardinal fix

* -Adding changelog

* Update CHANGELOG.md

Co-authored-by: sshropshire <[email protected]>

Co-authored-by: sshropshire <[email protected]>
  • Loading branch information
kelay858 and sshropshire authored Dec 15, 2022
1 parent 7d4a46b commit 19b6678
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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


## unreleased

* PayPalNativeCheckout (BETA)
* Bump native-checkout version to `0.8.7`

## 4.21.1

* PayPal
Expand Down
2 changes: 1 addition & 1 deletion PayPalNativeCheckout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation deps.appCompat
implementation project(':PayPalDataCollector')

implementation('com.paypal.checkout:android-sdk:0.8.6') {
implementation('com.paypal.checkout:android-sdk:0.8.7') {
exclude group: 'com.paypal.android.sdk', module: 'data-collector'
}

Expand Down

0 comments on commit 19b6678

Please sign in to comment.