Skip to content

Commit

Permalink
Upgrade native libraries (#136)
Browse files Browse the repository at this point in the history
* Upgrade native libraries

match v0.31.1 of stripe-react-native

* Update gradle.properties
  • Loading branch information
charliecruzan-stripe authored Sep 11, 2023
1 parent fbea228 commit 2fc7d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.28.+
StripeIdentityReactNative_stripeVersion=20.29.+
StripeIdentityReactNative_compileSdkVersion=31
StripeIdentityReactNative_targetSdkVersion=31
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.12.0'
stripe_version = '~> 23.15.0'

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

0 comments on commit 2fc7d5f

Please sign in to comment.