Skip to content

Commit

Permalink
Upgrade Braintree ios to 5.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmamolina committed Feb 20, 2024
1 parent 77e8b81 commit e1a732c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.20.1'
s.dependency 'Braintree', '5.23.0'
s.dependency 'BraintreeDropIn', '9.11.0'
s.dependency 'Braintree/DataCollector', '5.20.1'
s.dependency 'Braintree/ApplePay', '5.20.1'
s.dependency 'Braintree/Venmo', '5.20.1'
s.dependency 'Braintree/DataCollector', '5.23.0'
s.dependency 'Braintree/ApplePay', '5.23.0'
s.dependency 'Braintree/Venmo', '5.23.0'
end

0 comments on commit e1a732c

Please sign in to comment.