[Windows] add Android NDK 25 (#5905)

* [Windows] add Android NDK 25

* Update toolset-2022.json
This commit is contained in:
LoveSy
2022-07-26 18:20:44 +08:00
committed by GitHub
parent f1224c3d75
commit 46c1fd7e8d
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@
],
"ndk": {
"versions": [
"21", "23", "24"
"23", "24", "25"
]
}
},

View File

@@ -154,7 +154,7 @@
],
"ndk": {
"versions": [
"21", "23", "24"
"23", "24", "25"
]
}
},