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 #36 from ekreative/feat/update-android-braintree-s…
Browse files Browse the repository at this point in the history
…dk-4.38.0

feat/update-android-braintree-sdk-4.38.0
  • Loading branch information
vasylnahuliak authored Sep 10, 2023
2 parents 64f3fa9 + 3cbc13d commit e41f510
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.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

0 comments on commit e41f510

Please sign in to comment.