Skip to content

Commit

Permalink
Fix Android and iOS availability version for ClipLayer (internal-1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
natiginfo authored and stepankuzmin committed Jul 18, 2024
1 parent 6c5953b commit 6999b97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,8 @@
"sdk-support": {
"basic functionality": {
"js": "3.5.0",
"android": "11.5.0",
"ios": "11.5.0"
"android": "11.6.0",
"ios": "11.6.0"
}
}
}
Expand Down Expand Up @@ -1476,8 +1476,8 @@
"sdk-support": {
"basic functionality": {
"js": "3.5.0",
"android": "11.5.0",
"ios": "11.5.0"
"android": "11.6.0",
"ios": "11.6.0"
}
},
"expression": {
Expand Down

0 comments on commit 6999b97

Please sign in to comment.