-
Notifications
You must be signed in to change notification settings - Fork 40
/
cgmanifest.json
67 lines (67 loc) · 1.76 KB
/
cgmanifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android.git",
"commitHash": "cef970c6ab77af7d4d7a8997a586051729275a0f"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-apple.git",
"commitHash": "b84bc8a39ff04bc8d5ae7b4d230c171c562891aa"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-dotnet.git",
"commitHash": "85e0cff6065a71d92a2433a5fe8d41b881e3a552"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/jilleJr/Newtonsoft.Json-for-Unity.git",
"commitHash": "dcc556f12e7663526356c828da9736f69048bbf0"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android-breakpad.git",
"commitHash": "0d8e4133e2b9caadb012d438c4c12cf6daff2a40"
}
}
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "play-services-resolver",
"Version": "1.2.135",
"DownloadUrl": "https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.135/play-services-resolver-1.2.135.0.unitypackage"
}
}
},
{
"Component": {
"Type": "NuGet",
"NuGet": { "Name": "SQLitePCLRaw.bundle_green", "Version": "2.0.2" }
}
}
],
"Version": 1
}