[Ubuntu, Windows] Add new android NDK and CMake (#11628)

This commit is contained in:
Alexey-Ayupov
2025-02-20 16:13:38 +01:00
committed by GitHub
parent c40b72458d
commit d7dfc73ec2
6 changed files with 15 additions and 12 deletions

View File

@@ -139,12 +139,13 @@
"addons": [],
"additional_tools": [
"cmake;3.18.1",
"cmake;3.22.1"
"cmake;3.22.1",
"cmake;3.31.5"
],
"ndk": {
"default": "27",
"versions": [
"26", "27"
"26", "27", "28"
]
}
},