Skip to content

Commit

Permalink
Bump ios sdk version to 3.8.3 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lin-bbpos authored and nazli-stripe committed Sep 11, 2024
1 parent c56ac60 commit 5ab2639
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions dev-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,11 @@ PODS:
- SocketRocket (0.6.1)
- stripe-terminal-react-native (0.0.1-beta.19):
- React-Core
- StripeTerminal (~> 3.7.0)
- StripeTerminal (3.7.0)
- StripeTerminal (~> 3.8.3)
- stripe-terminal-react-native/Tests (0.0.1-beta.20):
- React-Core
- StripeTerminal (~> 3.8.3)
- StripeTerminal (3.8.3)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -640,8 +643,13 @@ SPEC CHECKSUMS:
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
<<<<<<< HEAD
stripe-terminal-react-native: 6ef5eac07c17e9a07da2b40e9a653f21465baa80
StripeTerminal: 7188b9f8bb3f3c9f0ad5f18217f26ccb07001988
=======
stripe-terminal-react-native: f7f4a9333d9f1f5eebf1bd0f9455ddeae8b4f971
StripeTerminal: 1982b8395d3a45d887a6db0ff75aa3df8be58dcb
>>>>>>> 9d79fe0 (Bump ios sdk version to 3.8.3 (#800))
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5

PODFILE CHECKSUM: 8b6a9ec02d405ae261b816f227c75d2138b656d5
Expand Down
2 changes: 1 addition & 1 deletion stripe-terminal-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = 'ios/**/*.{h,m,mm,swift}'

s.dependency 'React-Core'
s.dependency 'StripeTerminal', '~> 3.7.0'
s.dependency 'StripeTerminal', '~> 3.8.3'
end

0 comments on commit 5ab2639

Please sign in to comment.