[Ubuntu] add Android NDK 24 (#5670)

This commit is contained in:
Mikhail Koliada
2022-06-01 21:56:32 +02:00
committed by GitHub
parent e9c9ab26f1
commit a0452b1439
2 changed files with 4 additions and 4 deletions

View File

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

View File

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