Skip to content

Commit

Permalink
feat(deps): mobile ads sdk upgrade - ios 11.5.0 android 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed May 20, 2024
1 parent d0a838a commit a34c7ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
],
"sdkVersions": {
"ios": {
"googleMobileAds": "11.2.0",
"googleUmp": "2.3.0"
"googleMobileAds": "11.5.0",
"googleUmp": "2.4.0"
},
"android": {
"minSdk": 21,
"targetSdk": 33,
"compileSdk": 33,
"buildTools": "33.0.0",
"googleMobileAds": "23.0.0",
"targetSdk": 34,
"compileSdk": 34,
"buildTools": "34.0.0",
"googleMobileAds": "23.1.0",
"googleUmp": "2.2.0"
}
},
Expand Down

0 comments on commit a34c7ba

Please sign in to comment.