Skip to content

Commit

Permalink
Add SPM 6.13.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
af-obodovskyi committed Feb 20, 2024
1 parent de946b7 commit 39e534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["PurchaseConnector"])
],
dependencies: [
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", exact: "6.12.2")
.package(url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", exact: "6.13.0")
],
targets: [
.binaryTarget(
Expand Down

0 comments on commit 39e534c

Please sign in to comment.