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

Upgrade Android Braintree SDK to version 4.41.0 #83

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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