Skip to content

Commit 0435ddf

Browse files
Merge pull request #238 from teads/update-googlemediation-depencies
Update Google Mediation dependecies
2 parents 0519165 + 5cafacc commit 0435ddf

File tree

2 files changed

+6
-42
lines changed

2 files changed

+6
-42
lines changed

Package.resolved

+4-40
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,17 @@
66
"repositoryURL": "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git",
77
"state": {
88
"branch": null,
9-
"revision": "84c1243412129ce17700655f68c60afcd73a8928",
10-
"version": "11.5.5"
11-
}
12-
},
13-
{
14-
"package": "GoogleAppMeasurement",
15-
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
16-
"state": {
17-
"branch": null,
18-
"revision": "71eb6700dd53a851473c48d392f00a3ab26699a6",
19-
"version": "10.1.0"
20-
}
21-
},
22-
{
23-
"package": "GoogleUtilities",
24-
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
25-
"state": {
26-
"branch": null,
27-
"revision": "6db6edb48bdd9943426562c7f042a5492de5ba3d",
28-
"version": "7.10.0"
29-
}
30-
},
31-
{
32-
"package": "nanopb",
33-
"repositoryURL": "https://github.com/firebase/nanopb.git",
34-
"state": {
35-
"branch": null,
36-
"revision": "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
37-
"version": "2.30909.0"
38-
}
39-
},
40-
{
41-
"package": "Promises",
42-
"repositoryURL": "https://github.com/google/promises.git",
43-
"state": {
44-
"branch": null,
45-
"revision": "3e4e743631e86c8c70dbc6efdc7beaa6e90fd3bb",
46-
"version": "2.1.1"
9+
"revision": "e662cd201df1da33f989766267283e9b40f7a432",
10+
"version": "12.3.1"
4711
}
4812
},
4913
{
5014
"package": "GoogleMobileAds",
5115
"repositoryURL": "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
5216
"state": {
5317
"branch": null,
54-
"revision": "88363fbe76de1a163ddb234b7379096449026d26",
55-
"version": "9.13.0"
18+
"revision": "5ff977255c2ba5844e7e9da779f1f2a5a00e0028",
19+
"version": "11.2.0"
5620
}
5721
},
5822
{

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ let package = Package(
3636
.package(
3737
name: googleMobileAdsModuleName,
3838
url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
39-
"9.0.0" ..< "11.0.0"
39+
"11.2.0" ..< "12.0.0"
4040
),
4141
.package(
4242
name: appLovinMaxModuleName,
4343
url: "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git",
44-
"11.5.1" ..< "13.0.0"
44+
"12.3.1" ..< "13.0.0"
4545
),
4646
],
4747
targets: [

0 commit comments

Comments
 (0)