Skip to content

Commit 4d73a63

Browse files
jquick-axwaygarymathews
authored andcommitted
feat(android): target api level 29 by default (#11284)
1 parent 41f52ca commit 4d73a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"minSDKVersion": "19",
2626
"compileSDKVersion": "29",
2727
"vendorDependencies": {
28-
"android sdk": ">=23.x <=28.x",
28+
"android sdk": ">=23.x <=29.x",
2929
"android build tools": ">=25.x <=29.x",
3030
"android platform tools": "29.x",
3131
"android tools": "<=26.x",

0 commit comments

Comments
 (0)
close