Skip to content

Commit

Permalink
Merge pull request #319 from Adyen/feature/upgradeIOSv5.14.0
Browse files Browse the repository at this point in the history
Updated iOS SDK to v5.14.0
  • Loading branch information
Robert-SD authored Dec 10, 2024
2 parents a7b064b + 6f0a422 commit d2f7d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Improved dynamic viewport of card component.
* Added the missing loading bottom sheet for the advanced flow google pay component.
* Updated iOS SDK to v5.13.0.
* Updated iOS SDK to v5.14.0.

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion ios/adyen_checkout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Adyen checkout SDK for Flutter
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Adyen', '5.13.0'
s.dependency 'Adyen', '5.14.0'
end

0 comments on commit d2f7d22

Please sign in to comment.