Skip to content

Commit 3c47832

Browse files
committed
fix(ios): lock Stripe pod version to 20.1.1
1 parent 68b31b5 commit 3c47832

File tree

2 files changed

+1
-66
lines changed

2 files changed

+1
-66
lines changed

CapacitorCommunityStripe.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1111
s.ios.deployment_target = '11.0'
1212
s.dependency 'Capacitor'
13-
s.dependency 'Stripe'
13+
s.dependency 'Stripe', '20.1.1'
1414
end

test/package.jsonc

-65
This file was deleted.

0 commit comments

Comments
 (0)