-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating AdyenNetworking to 3.0.0 #2016
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['new', 'changed', 'fixed', 'removed', 'deprecated', 'chore', 'improvement']
|
🔀 | 1 Modification |
Package.swift
.dependencies
🔀 Modified
// From
.package(url: "https://github.com/Adyen/adyen-networking-ios", exact: "2.0.0")
// To
.package(url: "https://github.com/Adyen/adyen-networking-ios", exact: "3.0.0")
Analyzed targets: Adyen, AdyenActions, AdyenCard, AdyenCashAppPay, AdyenComponents, AdyenDelegatedAuthentication, AdyenDropIn, AdyenEncryption, AdyenSession, AdyenSwiftUI, AdyenTwint, AdyenWeChatPay
|
# Summary - Targeting `AdyenNetworking` [3.0.0](https://github.com/Adyen/adyen-networking-ios/releases/tag/3.0.0) - Adjusting the code to accommodate the changes ## Release Notes <changed> Update AdyenNetworking to v3.0.0 </changed> # Ticket <ticket> COIOS-000 </ticket> Co-authored-by: Alex Guretzki <[email protected]>
Summary
AdyenNetworking
3.0.0Release Notes
Update AdyenNetworking to v3.0.0Ticket
COIOS-000