[Windows] Add android ndk r29 and cmake 4.1.2 (#13243)

This commit is contained in:
Alexey-Ayupov
2025-11-05 16:18:25 +01:00
committed by GitHub
parent 783b4575c4
commit eecb8a7ff2
2 changed files with 6 additions and 6 deletions

View File

@@ -115,14 +115,14 @@
],
"addons": [],
"additional_tools": [
"cmake;3.18.1",
"cmake;3.22.1",
"cmake;3.31.5"
"cmake;3.31.5",
"cmake;4.1.2"
],
"ndk": {
"default": "27",
"versions": [
"26", "27", "28"
"26", "27", "28", "29"
]
}
},

View File

@@ -97,14 +97,14 @@
],
"addons": [],
"additional_tools": [
"cmake;3.22.1",
"cmake;3.30.5",
"cmake;3.31.5"
"cmake;3.31.5",
"cmake;4.1.2"
],
"ndk": {
"default": "27",
"versions": [
"26", "27", "28"
"26", "27", "28", "29"
]
}
},