Skip to content

Commit

Permalink
Revert "bump iOS to ~> 23.24.0 and Android to 20.38.+"
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo authored Mar 7, 2024
1 parent 5c4b9e1 commit 7ec9aa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/identity/CapacitorCommunityStripeIdentity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'StripeIdentity', '~> 23.24.0'
s.dependency 'StripeIdentity', '~> 23.23.0'
s.swift_version = '5.1'
end
2 changes: 1 addition & 1 deletion packages/identity/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'StripeIdentity', '~> 23.24.0'
pod 'StripeIdentity', '~> 23.23.0'
end

target 'Plugin' do
Expand Down
4 changes: 2 additions & 2 deletions packages/payment/CapacitorCommunityStripe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'StripePaymentSheet', '~> 23.24.0'
s.dependency 'StripeApplePay', '~> 23.24.0'
s.dependency 'StripePaymentSheet', '~> 23.23.0'
s.dependency 'StripeApplePay', '~> 23.23.0'
s.swift_version = '5.1'
end
4 changes: 2 additions & 2 deletions packages/payment/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'StripePaymentSheet', '~> 23.24.0'
pod 'StripeApplePay', '~> 23.24.0'
pod 'StripePaymentSheet', '~> 23.23.0'
pod 'StripeApplePay', '~> 23.23.0'
end

target 'Plugin' do
Expand Down

0 comments on commit 7ec9aa2

Please sign in to comment.