Skip to content

Commit

Permalink
feat: Bump Braintree Ios SDk from 6.17.0 -> 6.23.3 (#18)
Browse files Browse the repository at this point in the history
* feat: bump braintree sdk to 6.23.3

* feat: bump braintree sdk to 6.23.3

* feat: bump braintree sdk to 6.23.3

---------

Co-authored-by: Maciej Sasinowski <maciej.sasinowski2@frontdoor.com>
  • Loading branch information
msasinowski and Maciej Sasinowski authored Sep 18, 2024
1 parent aedea21 commit 0df0314
Show file tree
Hide file tree
Showing 5 changed files with 1,339 additions and 1,358 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ https://developer.paypal.com/braintree/docs/start/overview
| 2.2.0 | v4.41.x | v6.17.0 | 21 | 14.0 |
| 2.2.1 | v4.41.x | v6.17.0 | 21 | 14.0 |
| 2.2.2 | v4.41.x | v6.17.0 | 21 | 14.0 |
| 2.3.0 | v4.41.x | v6.23.3 | 21 | 14.0 |


## Integration
### Expo Based Project (expo SDK 50) (Alpha)
Expand Down Expand Up @@ -212,5 +214,4 @@ const result: string = await getDeviceDataFromDataCollector("Token")
## TODO

- [ ] Add Missing Methods from Braintree SDK ApplePay, Google Pay, 3D
- [x] Based on swift and kotlin implementation create expo working version library
- [x] rename the package to react-native-expo-braintree

24 changes: 12 additions & 12 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- boost (1.83.0)
- Braintree (6.17.0):
- Braintree/Card (= 6.17.0)
- Braintree/Core (= 6.17.0)
- Braintree/PayPal (= 6.17.0)
- Braintree/Card (6.17.0):
- Braintree (6.23.3):
- Braintree/Card (= 6.23.3)
- Braintree/Core (= 6.23.3)
- Braintree/PayPal (= 6.23.3)
- Braintree/Card (6.23.3):
- Braintree/Core
- Braintree/Core (6.17.0)
- Braintree/DataCollector (6.17.0):
- Braintree/Core (6.23.3)
- Braintree/DataCollector (6.23.3):
- Braintree/Core
- Braintree/PayPal (6.17.0):
- Braintree/PayPal (6.23.3):
- Braintree/Core
- Braintree/DataCollector
- DoubleConversion (1.1.6)
Expand Down Expand Up @@ -947,8 +947,8 @@ PODS:
- React-Mapbuffer (0.74.0):
- glog
- React-debug
- react-native-expo-braintree (2.1.1):
- Braintree (= 6.17.0)
- react-native-expo-braintree (2.3.0):
- Braintree (= 6.23.3)
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1379,7 +1379,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
Braintree: 3556319dd160b96365fe9f55cabf84bf8e28bc37
Braintree: e2cc1a466be6aa14e1eacdbf7baacca75514b894
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
Expand Down Expand Up @@ -1409,7 +1409,7 @@ SPEC CHECKSUMS:
React-jsitracing: 36a2bbc272300313653d980de5ab700ec86c534a
React-logger: 03f2f7b955cfe24593a2b8c9705c23e142d1ad24
React-Mapbuffer: 5e05d78fe6505f4a054b86f415733d4ad02dd314
react-native-expo-braintree: cdaa281242c1f5d6b56cc5d530afae70973a72ac
react-native-expo-braintree: 80d0afd08bbd14220ababf9b877b53e81c2426e0
React-nativeconfig: 951ec32f632e81cbd7d40aebb3211313251c092e
React-NativeModulesApple: 0b3a42ca90069119ef79d8b2327d01441d71abd4
React-perflogger: 271f1111779fef70f9502d1d38da5132e5585230
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-expo-braintree",
"version": "2.2.2",
"version": "2.3.0",
"description": "React native and expo wrapper around braintree sdk fro android and ios",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-expo-braintree.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/msasinowski/react-native-expo-braintree.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "Braintree", "6.17.0"
s.dependency "Braintree", "6.23.3"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down
Loading

0 comments on commit 0df0314

Please sign in to comment.