Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from aris-paskalov/feature/upgrade_android_bra…
Browse files Browse the repository at this point in the history
…intree_sdk

Upgrade Android Braintree SDK to version 4.27.2
  • Loading branch information
vasylnahuliak authored Apr 20, 2023
2 parents f7581ca + cde079f commit 003ce5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,12 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.google.android.gms:play-services-wallet:18.1.3'
implementation 'com.braintreepayments.api:data-collector:4.21.0'
implementation 'com.braintreepayments.api:google-pay:4.21.0'
implementation 'com.braintreepayments.api:paypal:4.21.0'
implementation 'com.braintreepayments.api:three-d-secure:4.21.0'
implementation 'com.braintreepayments.api:card:4.21.0'
implementation 'com.braintreepayments.api:three-d-secure:4.21.0'

implementation 'com.braintreepayments.api:data-collector:4.27.2'
implementation 'com.braintreepayments.api:google-pay:4.27.2'
implementation 'com.braintreepayments.api:paypal:4.27.2'
implementation 'com.braintreepayments.api:three-d-secure:4.27.2'
implementation 'com.braintreepayments.api:card:4.27.2'
implementation 'com.braintreepayments.api:three-d-secure:4.27.2'
}

def configureReactNativePom(def pom) {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ekreative/react-native-braintree",
"title": "React Native Braintree",
"version": "2.0.0",
"version": "2.1.0",
"description": "TODO",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 003ce5e

Please sign in to comment.