Skip to content

Commit

Permalink
Merge pull request #83 from paskalov-aris/feat/update-android-braintr…
Browse files Browse the repository at this point in the history
…ee-sdk-4.41.0

Upgrade Android Braintree SDK to version 4.41.0
  • Loading branch information
vasylnahuliak authored Feb 21, 2024
2 parents ed14df6 + 515237e commit beae8c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ 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.38.0'
implementation 'com.braintreepayments.api:google-pay:4.38.0'
implementation 'com.braintreepayments.api:paypal:4.38.0'
implementation 'com.braintreepayments.api:three-d-secure:4.38.0'
implementation 'com.braintreepayments.api:card:4.38.0'
implementation 'com.braintreepayments.api:data-collector:4.41.0'
implementation 'com.braintreepayments.api:google-pay:4.41.0'
implementation 'com.braintreepayments.api:paypal:4.41.0'
implementation 'com.braintreepayments.api:three-d-secure:4.41.0'
implementation 'com.braintreepayments.api:card:4.41.0'
}

def configureReactNativePom(def pom) {
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0",
"version": "2.5.0",
"node": ">=16",
"description": "A react native interface for integrating payments using Braintree",
"main": "index.js",
Expand Down

0 comments on commit beae8c6

Please sign in to comment.