Skip to content

Commit af580be

Browse files
authored
Merge pull request #371 from unoplatform/dev/jela/sdk-36
chore: Update to android sdk 36
2 parents 363342f + afa2d9c commit af580be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

UnoCheck/Manifest/Manifest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ namespace DotNetCheck.Manifest
88
{
99
public partial class Manifest
1010
{
11-
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/b0dfc8cabb3741a315920f02aefb3c640b153d22/manifests/uno.ui.manifest.json";
12-
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/b0dfc8cabb3741a315920f02aefb3c640b153d22/manifests/uno.ui-preview.manifest.json";
13-
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/b0dfc8cabb3741a315920f02aefb3c640b153d22/manifests/uno.ui-preview-major.manifest.json";
11+
public const string DefaultManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/fc5f11a752cfc59849bb20f9a31d553722d516f1/manifests/uno.ui.manifest.json";
12+
public const string PreviewManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/fc5f11a752cfc59849bb20f9a31d553722d516f1/manifests/uno.ui-preview.manifest.json";
13+
public const string PreviewMajorManifestUrl = "https://raw.githubusercontent.com/unoplatform/uno.check/fc5f11a752cfc59849bb20f9a31d553722d516f1/manifests/uno.ui-preview-major.manifest.json";
1414

1515
public static Task<Manifest> FromFileOrUrl(string fileOrUrl)
1616
{

manifests/uno.ui-preview-major.manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"version": "34.2.16"
3636
},
3737
{
38-
"path": "build-tools;35.0.0",
39-
"version": "35.0.0"
38+
"path": "build-tools;35.0.1",
39+
"version": "35.0.1"
4040
},
4141
{
42-
"path": "platforms;android-35",
42+
"path": "platforms;android-36",
4343
"version": "1"
4444
},
4545
{
@@ -61,8 +61,8 @@
6161
"version": "35.0.2"
6262
},
6363
{
64-
"path": "cmdline-tools;13.0",
65-
"version": "13.0"
64+
"path": "cmdline-tools;17.0",
65+
"version": "17.0"
6666
}
6767
],
6868
"emulators": [

0 commit comments

Comments
 (0)