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

feat/update-android-braintree-sdk-4.38.0 #36

Merged
merged 1 commit into from
Sep 10, 2023
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.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: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'
}

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.1.0",
"version": "2.2.0",
"description": "A react native interface for integrating payments using Braintree",
"main": "index.js",
"files": [
Expand Down