[Windows] Add Android NDK 24 (#5672)

This commit is contained in:
Mikhail Koliada
2022-06-01 22:09:55 +02:00
committed by GitHub
parent a0452b1439
commit 044a4394ad
2 changed files with 4 additions and 4 deletions

View File

@@ -183,9 +183,9 @@
"patcher;v4"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},

View File

@@ -153,9 +153,9 @@
"patcher;v4"
],
"ndk": {
"default": "21",
"default": "23",
"versions": [
"21", "22", "23"
"21", "23", "24"
]
}
},