Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions images/macos/toolsets/toolset-14.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
"android": {
"cmdline-tools": "commandlinetools-mac-10406996_latest.zip",
"sdk-tools": "sdk-tools-darwin-4333796.zip",
"platform_min_version": "33",
"build_tools_min_version": "33.0.2",
"platform_min_version": "34",
"build_tools_min_version": "34.0.0",
"extras": [
"android;m2repository", "google;m2repository", "google;google_play_services"
],
Expand All @@ -143,9 +143,9 @@
"cmake;4.1.2"
],
"ndk": {
"default": "26",
"default": "27",
"versions": [
"26", "27", "28", "29"
"27", "28", "29"
]
}
},
Expand Down Expand Up @@ -232,7 +232,6 @@
"arch": {
"x64": {
"versions": [
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*",
Expand Down
3 changes: 1 addition & 2 deletions images/macos/toolsets/toolset-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"ndk": {
"default": "27",
"versions": [
"26", "27","28", "29"
"27","28", "29"
]
}
},
Expand Down Expand Up @@ -236,7 +236,6 @@
"arch": {
"x64": {
"versions": [
"3.9.*",
"3.10.*",
"3.11.*",
"3.12.*",
Expand Down
Loading