Skip to content

Commit

Permalink
Merge pull request #238 from teads/update-googlemediation-depencies
Browse files Browse the repository at this point in the history
Update Google Mediation dependecies
  • Loading branch information
github-richard-depierre authored Apr 4, 2024
2 parents 0519165 + 5cafacc commit 0435ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 42 deletions.
44 changes: 4 additions & 40 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,53 +6,17 @@
"repositoryURL": "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git",
"state": {
"branch": null,
"revision": "84c1243412129ce17700655f68c60afcd73a8928",
"version": "11.5.5"
}
},
{
"package": "GoogleAppMeasurement",
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
"state": {
"branch": null,
"revision": "71eb6700dd53a851473c48d392f00a3ab26699a6",
"version": "10.1.0"
}
},
{
"package": "GoogleUtilities",
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
"state": {
"branch": null,
"revision": "6db6edb48bdd9943426562c7f042a5492de5ba3d",
"version": "7.10.0"
}
},
{
"package": "nanopb",
"repositoryURL": "https://github.com/firebase/nanopb.git",
"state": {
"branch": null,
"revision": "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
"version": "2.30909.0"
}
},
{
"package": "Promises",
"repositoryURL": "https://github.com/google/promises.git",
"state": {
"branch": null,
"revision": "3e4e743631e86c8c70dbc6efdc7beaa6e90fd3bb",
"version": "2.1.1"
"revision": "e662cd201df1da33f989766267283e9b40f7a432",
"version": "12.3.1"
}
},
{
"package": "GoogleMobileAds",
"repositoryURL": "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
"state": {
"branch": null,
"revision": "88363fbe76de1a163ddb234b7379096449026d26",
"version": "9.13.0"
"revision": "5ff977255c2ba5844e7e9da779f1f2a5a00e0028",
"version": "11.2.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ let package = Package(
.package(
name: googleMobileAdsModuleName,
url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
"9.0.0" ..< "11.0.0"
"11.2.0" ..< "12.0.0"
),
.package(
name: appLovinMaxModuleName,
url: "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git",
"11.5.1" ..< "13.0.0"
"12.3.1" ..< "13.0.0"
),
],
targets: [
Expand Down

0 comments on commit 0435ddf

Please sign in to comment.