Skip to content

Commit

Permalink
bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe committed Jul 20, 2023
1 parent b876eb9 commit b476454
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# When StripeIdentityReactNative_kotlinVersion and StripeIdentityReactNative_stripeVersion is updated, also need to update StripeSdk_kotlinVersion and StripeSdk_stripeVersion in https://github.com/stripe/stripe-react-native/blob/master/android/gradle.properties
StripeIdentityReactNative_kotlinVersion=1.8.0
StripeIdentityReactNative_stripeVersion=20.25.+
StripeIdentityReactNative_stripeVersion=20.27.+
StripeIdentityReactNative_compileSdkVersion=31
StripeIdentityReactNative_targetSdkVersion=31
32 changes: 16 additions & 16 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,18 @@ PODS:
- RNScreens (3.20.0):
- React-Core
- React-RCTImage
- stripe-identity-react-native (0.1.7):
- stripe-identity-react-native (0.1.8):
- React-Core
- StripeIdentity (~> 23.8.0)
- StripeCameraCore (23.8.0):
- StripeCore (= 23.8.0)
- StripeCore (23.8.0)
- StripeIdentity (23.8.0):
- StripeCameraCore (= 23.8.0)
- StripeCore (= 23.8.0)
- StripeUICore (= 23.8.0)
- StripeUICore (23.8.0):
- StripeCore (= 23.8.0)
- StripeIdentity (~> 23.11.0)
- StripeCameraCore (23.11.1):
- StripeCore (= 23.11.1)
- StripeCore (23.11.1)
- StripeIdentity (23.11.1):
- StripeCameraCore (= 23.11.1)
- StripeCore (= 23.11.1)
- StripeUICore (= 23.11.1)
- StripeUICore (23.11.1):
- StripeCore (= 23.11.1)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -575,11 +575,11 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 27f468c5576eaf05ffb7a907528e44c75a3fcbae
ReactCommon: e30ec17dfb1d4c4f3419eac254350d6abca6d5a2
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
stripe-identity-react-native: f9773e4833229d87b4bacae79f4bde401d50a44b
StripeCameraCore: a76841869964848d06c8b8c333017b3589f72407
StripeCore: 91164d69b8593f44df9ee93e56a00355592068b6
StripeIdentity: 4be6a9ddb09997e63e79e74b7b7007192002756a
StripeUICore: 1dc4d2f9afcd908db85190e9091dfe260a1861fe
stripe-identity-react-native: 324da89aa92d28eb164c2a72dfbca27ea55ce10f
StripeCameraCore: f85c9e9bb95644d42883963e04c0042091b71993
StripeCore: 2d6710ba41b856437afacc8aff1df0135cc7971b
StripeIdentity: 0e99beef5f9f10804b472ef2f55cfc231b7b3bae
StripeUICore: 7c3b9a419e44ff522df55e95bf2a1478bab3f8f5
Yoga: 7ab6e3ee4ce47d7b789d1cb520163833e515f452
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
2 changes: 1 addition & 1 deletion stripe-identity-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

# 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
stripe_version = '~> 23.8.0'
stripe_version = '~> 23.11.0'

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

0 comments on commit b476454

Please sign in to comment.