Skip to content

Commit 024f00d

Browse files
author
Ken Ackerson
committed
bump stripe sdk version
1 parent 4bb9087 commit 024f00d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

example/ios/Podfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,16 +1024,16 @@ PODS:
10241024
- SocketRocket (0.6.1)
10251025
- stripe-identity-react-native (0.3.8):
10261026
- React-Core
1027-
- StripeIdentity (~> 24.15.0)
1028-
- StripeCameraCore (24.15.0):
1029-
- StripeCore (= 24.15.0)
1030-
- StripeCore (24.15.0)
1031-
- StripeIdentity (24.15.0):
1032-
- StripeCameraCore (= 24.15.0)
1033-
- StripeCore (= 24.15.0)
1034-
- StripeUICore (= 24.15.0)
1035-
- StripeUICore (24.15.0):
1036-
- StripeCore (= 24.15.0)
1027+
- StripeIdentity (~> 24.24.4)
1028+
- StripeCameraCore (24.24.4):
1029+
- StripeCore (= 24.24.4)
1030+
- StripeCore (24.24.4)
1031+
- StripeIdentity (24.24.4):
1032+
- StripeCameraCore (= 24.24.4)
1033+
- StripeCore (= 24.24.4)
1034+
- StripeUICore (= 24.24.4)
1035+
- StripeUICore (24.24.4):
1036+
- StripeCore (= 24.24.4)
10371037
- Yoga (1.14.0)
10381038

10391039
DEPENDENCIES:
@@ -1252,11 +1252,11 @@ SPEC CHECKSUMS:
12521252
ReactCommon: 594f9848fd85ac6324c0242fbae87f905af86498
12531253
RNScreens: 59f615aa0782077560c8eea46c2daec3a716dba9
12541254
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1255-
stripe-identity-react-native: 91477658de61f35e8926a74dca4e26d1eccce4fd
1256-
StripeCameraCore: c040c0f17fe3aa8b4d86c04aba733a0bc3f67b58
1257-
StripeCore: 224f995bb108e3be3bdf6cfab918657edf325559
1258-
StripeIdentity: c8e2ca8194721d65ca0a3435800305d05a74418c
1259-
StripeUICore: dbd893086aa4fe697517624af2f1f0cea3218ac8
1255+
stripe-identity-react-native: b1c280d64df5e783f3d4e5ac06c24ca8b8d9f84a
1256+
StripeCameraCore: 604049e8329eec5329ffde56a0008f9c063ebeba
1257+
StripeCore: 66da672b7afadfeed89c3d0d44fbbcfce533c955
1258+
StripeIdentity: 184cec18b21ab4263bd54713f52792b4f8b84a06
1259+
StripeUICore: b9a93a422dd1f3c5d4e791a5cd0dc09808f3699f
12601260
Yoga: 57d2ffe418d024d56f8b0047f335c677e4c4d9ac
12611261

12621262
PODFILE CHECKSUM: 65fd066f9fdbfe0779a23bef94258ce6ebbbf815

stripe-identity-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
# When stripe_version is updated, also need to update stripe_version in https://github.com/stripe/stripe-react-native/blob/master/stripe-react-native.podspec
6-
stripe_version = '~> 24.15.0'
6+
stripe_version = '~> 24.24.4'
77

88
Pod::Spec.new do |s|
99
s.name = 'stripe-identity-react-native'

0 commit comments

Comments
 (0)