[haxe] set default version to 4.0.5

This commit is contained in:
2020-02-18 23:28:22 +03:00
parent b68ae2f3dc
commit 141470c519
4 changed files with 27 additions and 3 deletions

View File

@@ -100,10 +100,11 @@ class HaxeBuilder extends Builder {
.then(() => this.android.prepare())
.then(() => this.android.activate())
.then(() => this.android.sdkmanager([
// ToDo: android sdk dependencies config?
'tools',
'platform-tools',
'build-tools;27.0.3',
'platforms;android-28',
'platforms;android-28', //ToDo: lime version 7.6.0 -> 28; 7.0.0 -> 26
//'ndk-bundle',
'lldb;3.1',
'cmake;3.6.4111459',