[macOS] Add Android NDK 24 (#5671)

This commit is contained in:
Mikhail Koliada
2022-06-01 23:00:09 +02:00
committed by GitHub
parent 044a4394ad
commit ebef5188d0
3 changed files with 6 additions and 6 deletions

View File

@@ -179,9 +179,9 @@
"cmake;3.18.1"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},

View File

@@ -177,9 +177,9 @@
"cmake;3.18.1"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},

View File

@@ -104,9 +104,9 @@
"cmake;3.18.1"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},