[ubuntu] Remove Android NDK 26, add 28, 29

This commit is contained in:
Shamil Mubarakshin
2026-01-08 13:28:20 +01:00
parent 7a8a9b0a11
commit 54fe6db2c6
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
"ndk": {
"default": "27",
"versions": [
"26", "27"
"27", "28", "29"
]
}
},

View File

@@ -90,7 +90,7 @@
"ndk": {
"default": "27",
"versions": [
"26", "27", "28", "29"
"27", "28", "29"
]
}
},