Skip to content

Commit

Permalink
bump native versions (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe authored Apr 2, 2024
1 parent 5970401 commit af2a2cf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 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.39.+
StripeIdentityReactNative_stripeVersion=20.40.+
StripeIdentityReactNative_compileSdkVersion=34
StripeIdentityReactNative_targetSdkVersion=34
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.29.0):
- React-Core
- React-RCTImage
- stripe-identity-react-native (0.2.5):
- stripe-identity-react-native (0.2.6):
- React-Core
- StripeIdentity (~> 23.25.0)
- StripeCameraCore (23.25.0):
- StripeCore (= 23.25.0)
- StripeCore (23.25.0)
- StripeIdentity (23.25.0):
- StripeCameraCore (= 23.25.0)
- StripeCore (= 23.25.0)
- StripeUICore (= 23.25.0)
- StripeUICore (23.25.0):
- StripeCore (= 23.25.0)
- StripeIdentity (~> 23.26.0)
- StripeCameraCore (23.26.0):
- StripeCore (= 23.26.0)
- StripeCore (23.26.0)
- StripeIdentity (23.26.0):
- StripeCameraCore (= 23.26.0)
- StripeCore (= 23.26.0)
- StripeUICore (= 23.26.0)
- StripeUICore (23.26.0):
- StripeCore (= 23.26.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: fa9b582d85ae5d62c91c66003b5278458fed7aaa
stripe-identity-react-native: 8f81c6a389d61dee34b0355a6bd89e7d6b9412b7
StripeCameraCore: 1291d1943beb16ecc96bf01a239245526c8de299
StripeCore: de53391538a1cc6cd91df270033b9699bcbb14da
StripeIdentity: ebce1f21d856633b71c28f22704ccec05de48e26
StripeUICore: 67342fb2a003fd67fa42d59304085b9b71e8e1c2
stripe-identity-react-native: 177e4b252d0cf80d68ba1e29abe1935e2509111c
StripeCameraCore: a3f3e1a7475fe3818f26d6cbf4511c7c4f260fe4
StripeCore: c38075c1b083ee36d6f867d4133f78ecf623d6dc
StripeIdentity: ade486208c67433fcfeda8a4a648199877abcd91
StripeUICore: d6803286f1e2b80c62c320b304503c87bf65de3c
Yoga: 7ab6e3ee4ce47d7b789d1cb520163833e515f452
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,16 +371,16 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-StripeIdentityReactNativeExample/Pods-StripeIdentityReactNativeExample-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/StripeCore/StripeCore.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/StripeIdentity/StripeIdentity.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/StripeUICore/StripeUICore.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/StripeCore/StripeCoreBundle.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/StripeIdentity/StripeIdentityBundle.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/StripeUICore/StripeUICoreBundle.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StripeCore.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StripeIdentity.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StripeUICore.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StripeCoreBundle.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StripeIdentityBundle.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StripeUICoreBundle.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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.25.0'
stripe_version = '~> 23.26.0'

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

0 comments on commit af2a2cf

Please sign in to comment.