set 6_12_0 as default bundle

This commit is contained in:
Mikhail Timofeev
2020-10-01 14:48:15 +03:00
parent 28a8724352
commit 1cce301a92
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -19,35 +19,35 @@
"android-versions": [ "android-versions": [
"11.0.2.0", "10.3.1.4", "10.2.0.100", "10.1.3.7", "10.0.6.2" "11.0.2.0", "10.3.1.4", "10.2.0.100", "10.1.3.7", "10.0.6.2"
], ],
"bundle-default": "latest", "bundle-default": "6_12_0",
"bundles": [ "bundles": [
{ {
"symlink": "6_12_1", "symlink": "6_12_1",
"mono":"6.12", "mono":"6.12",
"ios": "14.0", "ios": "14.0",
"mac": "6.20", "mac": "6.20",
"android": "11.0" "android": "11.0"
}, },
{ {
"symlink": "6_12_0", "symlink": "6_12_0",
"mono":"6.12", "mono":"6.12",
"ios": "13.20", "ios": "13.20",
"mac": "6.20", "mac": "6.20",
"android": "11.0" "android": "11.0"
}, },
{ {
"symlink": "6_10_0", "symlink": "6_10_0",
"mono":"6.10", "mono":"6.10",
"ios": "13.18", "ios": "13.18",
"mac": "6.18", "mac": "6.18",
"android": "10.3" "android": "10.3"
}, },
{ {
"symlink": "6_8_1", "symlink": "6_8_1",
"mono":"6.8", "mono":"6.8",
"ios": "13.16", "ios": "13.16",
"mac": "6.16", "mac": "6.16",
"android": "10.2" "android": "10.2"
}, },
{ {
"symlink": "6_8_0", "symlink": "6_8_0",
+3 -3
View File
@@ -19,21 +19,21 @@
"android-versions": [ "android-versions": [
"11.0.2.0" "11.0.2.0"
], ],
"bundle-default": "latest", "bundle-default": "6_12_0",
"bundles": [ "bundles": [
{ {
"symlink": "6_12_1", "symlink": "6_12_1",
"mono":"6.12", "mono":"6.12",
"ios": "14.0", "ios": "14.0",
"mac": "6.20", "mac": "6.20",
"android": "11.0" "android": "11.0"
}, },
{ {
"symlink": "6_12_0", "symlink": "6_12_0",
"mono":"6.12", "mono":"6.12",
"ios": "13.20", "ios": "13.20",
"mac": "6.20", "mac": "6.20",
"android": "11.0" "android": "11.0"
} }
] ]
}, },