diff --git a/android/gradle.properties b/android/gradle.properties index 5700ff2..f1c7b4a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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.28.+ +StripeIdentityReactNative_stripeVersion=20.29.+ StripeIdentityReactNative_compileSdkVersion=31 StripeIdentityReactNative_targetSdkVersion=31 diff --git a/stripe-identity-react-native.podspec b/stripe-identity-react-native.podspec index b9f02a5..b4cd8c7 100644 --- a/stripe-identity-react-native.podspec +++ b/stripe-identity-react-native.podspec @@ -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.12.0' +stripe_version = '~> 23.15.0' Pod::Spec.new do |s| s.name = 'stripe-identity-react-native'