Skip to content

Commit

Permalink
feat(deps): mobile ads sdk upgrade - ios 11.2.0 android 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Mar 26, 2024
1 parent edee424 commit 099add4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
],
"sdkVersions": {
"ios": {
"googleMobileAds": "11.0.1",
"googleUmp": "2.2.0"
"googleMobileAds": "11.2.0",
"googleUmp": "2.3.0"
},
"android": {
"minSdk": 19,
"minSdk": 21,
"targetSdk": 33,
"compileSdk": 33,
"buildTools": "33.0.0",
"googleMobileAds": "22.5.0",
"googleMobileAds": "23.0.0",
"googleUmp": "2.2.0"
}
},
Expand Down

0 comments on commit 099add4

Please sign in to comment.