Skip to content

Commit

Permalink
feat(android, sdk)!: adopt native sdk v21, minSdkVersion now 19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: your android app must have minSdkVersion of 19 or higher to use this version
  • Loading branch information
mikehardy committed Jun 24, 2022
1 parent bbb77e7 commit 1f17e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"googleUmp": "2.0.0"
},
"android": {
"minSdk": 16,
"minSdk": 19,
"targetSdk": 30,
"compileSdk": 31,
"buildTools": "31.0.0",
"googleMobileAds": "20.6.0",
"googleMobileAds": "21.0.0",
"googleUmp": "2.0.0"
}
},
Expand Down

0 comments on commit 1f17e15

Please sign in to comment.