[Ubuntu] Add java dependent tools back to ubuntu 22 (#5618)

* Get back kotlin and selenium

* Get back leiningen and android tools
This commit is contained in:
Mikhail Timofeev
2022-05-27 10:46:59 +04:00
committed by GitHub
parent 1d519b89d7
commit c61cbbf296
5 changed files with 21 additions and 21 deletions

View File

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