Skip to content

Commit

Permalink
pointing to exact version of GMA
Browse files Browse the repository at this point in the history
  • Loading branch information
torongo-azerion committed Apr 16, 2024
1 parent 2dafa2a commit 6302056
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 @@ -39,7 +39,7 @@ let package = Package(
targets: ["BlueStackOguryAdapterTarget"]),
],
dependencies: [
.package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads", .upToNextMajor(from: "11.2.0")),
.package(url: "https://github.com/googleads/swift-package-manager-google-mobile-ads", exact: "11.2.0"),
.package(url: "https://github.com/azerion/improvedigital-sdk-ios", .upToNextMajor(from: "3.0.0")),
],
targets: [
Expand Down

0 comments on commit 6302056

Please sign in to comment.