Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump up native Android and iOS versions #131

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.28.+
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.12.0)
- StripeCameraCore (23.12.0):
- StripeCore (= 23.12.0)
- StripeCore (23.12.0)
- StripeIdentity (23.12.0):
- StripeCameraCore (= 23.12.0)
- StripeCore (= 23.12.0)
- StripeUICore (= 23.12.0)
- StripeUICore (23.12.0):
- StripeCore (= 23.12.0)
- 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: 3add886513dc972d1181f2bd7b2c376d45ad2adb
StripeCameraCore: 792de1f4261ad5ee2f58d91171f3373ad9e994d6
StripeCore: 7b08fd286e8f8f5336eb725bc7ed1d2a4705cdc4
StripeIdentity: fc79b2848e71d1132003cde729e0007c32a694a5
StripeUICore: 4a76fa59cab679e1b2fe1ad37d6b08c5bf2ada54
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.12.0'

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