Toolcache Android NDK versions <=25 will be removed from images (#10440)

This commit is contained in:
kishorekumar-anchala
2024-08-16 16:06:47 +05:30
committed by GitHub
parent 4e6e715037
commit 59a0b3727b
5 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26" , "27"
"26" , "27"
]
}
},

View File

@@ -148,7 +148,7 @@
"ndk": {
"default": "27",
"versions": [
"24", "25", "26", "27"
"26", "27"
]
}
},