Skip to content

Commit

Permalink
[Windows] Add Android NDK 24 (#5672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailkoliada authored Jun 1, 2022
1 parent a0452b1 commit 044a439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/win/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
"patcher;v4"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions images/win/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
"patcher;v4"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},
Expand Down

0 comments on commit 044a439

Please sign in to comment.