Skip to content

Commit

Permalink
chore: update Braintree dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazari committed Mar 16, 2023
1 parent 88175e2 commit af0ee48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RNBraintreeDropIn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.dependency 'React'
s.dependency 'Braintree', '5.17.0'
s.dependency 'BraintreeDropIn', '9.7.0'
s.dependency 'Braintree/DataCollector', '5.17.0'
s.dependency 'Braintree/ApplePay', '5.17.0'
s.dependency 'Braintree/Venmo', '5.17.0'
s.dependency 'Braintree', '5.20.1'
s.dependency 'BraintreeDropIn', '9.8.1'
s.dependency 'Braintree/DataCollector', '5.20.1'
s.dependency 'Braintree/ApplePay', '5.20.1'
s.dependency 'Braintree/Venmo', '5.20.1'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

dependencies {
implementation 'com.braintreepayments.api:drop-in:6.6.0'
implementation 'com.braintreepayments.api:drop-in:6.8.1'
implementation 'com.facebook.react:react-native:+'
}

Expand Down

0 comments on commit af0ee48

Please sign in to comment.