Skip to content

Commit

Permalink
Update Cashapp SDK version (#1872)
Browse files Browse the repository at this point in the history
## Changed
<changed>
- CashappPay SDK Version: 0.6.2
</changed>

## Ticket

<ticket>
COIOS-810
</ticket>
  • Loading branch information
erenbesel authored Oct 25, 2024
1 parent 63a57d3 commit 353eeed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Adyen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Pod::Spec.new do |s|
s.subspec 'CashAppPay' do |plugin|
plugin.source_files = 'AdyenCashAppPay/**/*.swift'
plugin.dependency 'Adyen/Core'
plugin.dependency 'CashAppPayKit', '0.5.1'
plugin.dependency 'CashAppPayKitUI', '0.5.1'
plugin.dependency 'CashAppPayKit', '0.6.2'
plugin.dependency 'CashAppPayKitUI', '0.6.2'
end

s.subspec 'AdyenTwint' do |plugin|
Expand Down
2 changes: 1 addition & 1 deletion Adyen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9451,7 +9451,7 @@
repositoryURL = "https://github.com/cashapp/cash-app-pay-ios-sdk";
requirement = {
kind = exactVersion;
version = 0.5.1;
version = 0.6.2;
};
};
E72375CC27AAB7760020DCF9 /* XCRemoteSwiftPackageReference "adyen-wechatpay-ios" */ = {
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let package = Package(
),
.package(
url: "https://github.com/cashapp/cash-app-pay-ios-sdk",
exact: "0.5.1"
exact: "0.6.2"
)
],
targets: [
Expand Down

0 comments on commit 353eeed

Please sign in to comment.