Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 2aed2ac

Browse files
Jamie MageeJamieMagee
Jamie Magee
authored andcommitted
Add $schema to cgmanifest.json
1 parent dda722f commit 2aed2ac

File tree

69 files changed

+271
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+271
-192
lines changed

Android/ARCore/cgmanifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

Android/AndroidEasingFunctions/cgmanifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"Registrations":[
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
34
{
45
"Component": {
56
"Type": "Maven",
@@ -13,4 +14,4 @@
1314
}
1415
],
1516
"Version": 1
16-
}
17+
}

Android/AudioSwitch/cgmanifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

Android/CheckerFramework/cgmanifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"Registrations":[
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
34
{
45
"Component": {
56
"Type": "Maven",
@@ -10,7 +11,7 @@
1011
"NuGetId": "Xamarin.CheckerFramework.Checker"
1112
}
1213
}
13-
},
14+
}
1415
],
1516
"Version": 1
1617
}

Android/Coil/cgmanifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
@@ -13,4 +14,4 @@
1314
}
1415
],
1516
"Version": 1
16-
}
17+
}

Android/CoilBase/cgmanifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
@@ -13,4 +14,4 @@
1314
}
1415
],
1516
"Version": 1
16-
}
17+
}

Android/ConstraintLayout/cgmanifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {
@@ -24,4 +25,4 @@
2425
}
2526
],
2627
"Version": 1
27-
}
28+
}

Android/DesugarJDKLibs/cgmanifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
23
"Registrations": [
34
{
45
"Component": {

Android/Glide/cgmanifest.json

+40-39
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
{
2-
"Registrations":[
3-
{
4-
"Component": {
5-
"Type": "Maven",
6-
"Maven": {
7-
"ArtifactId": "glide",
8-
"GroupId": "com.github.bumptech.glide",
9-
"Version": "4.12.0"
10-
}
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "Maven",
7+
"Maven": {
8+
"ArtifactId": "glide",
9+
"GroupId": "com.github.bumptech.glide",
10+
"Version": "4.12.0"
1111
}
12-
},
13-
{
14-
"Component": {
15-
"Type": "Maven",
16-
"Maven": {
17-
"ArtifactId": "gifdecoder",
18-
"GroupId": "com.github.bumptech.glide",
19-
"Version": "4.12.0"
20-
}
12+
}
13+
},
14+
{
15+
"Component": {
16+
"Type": "Maven",
17+
"Maven": {
18+
"ArtifactId": "gifdecoder",
19+
"GroupId": "com.github.bumptech.glide",
20+
"Version": "4.12.0"
2121
}
22-
},
23-
{
24-
"Component": {
25-
"Type": "Maven",
26-
"Maven": {
27-
"ArtifactId": "disklrucache",
28-
"GroupId": "com.github.bumptech.glide",
29-
"Version": "4.12.0"
30-
}
22+
}
23+
},
24+
{
25+
"Component": {
26+
"Type": "Maven",
27+
"Maven": {
28+
"ArtifactId": "disklrucache",
29+
"GroupId": "com.github.bumptech.glide",
30+
"Version": "4.12.0"
3131
}
32-
},
33-
{
34-
"Component": {
35-
"Type": "Maven",
36-
"Maven": {
37-
"ArtifactId": "recyclerview-integration",
38-
"GroupId": "com.github.bumptech.glide",
39-
"Version": "4.12.0"
40-
}
32+
}
33+
},
34+
{
35+
"Component": {
36+
"Type": "Maven",
37+
"Maven": {
38+
"ArtifactId": "recyclerview-integration",
39+
"GroupId": "com.github.bumptech.glide",
40+
"Version": "4.12.0"
4141
}
4242
}
43-
],
44-
"Version": 1
45-
}
43+
}
44+
],
45+
"Version": 1
46+
}

Android/Google.Android.DataTransport/cgmanifest.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"Registrations":[
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
34
{
45
"Component": {
56
"Type": "Maven",
@@ -9,7 +10,9 @@
910
"Version": "3.0.0",
1011
"NuGetId": "Xamarin.Google.Android.DataTransport.TransportApi"
1112
}
12-
},
13+
}
14+
},
15+
{
1316
"Component": {
1417
"Type": "Maven",
1518
"Maven": {
@@ -18,7 +21,9 @@
1821
"Version": "3.0.0",
1922
"NuGetId": "Xamarin.Google.Android.DataTransport.TransportBackendCct"
2023
}
21-
},
24+
}
25+
},
26+
{
2227
"Component": {
2328
"Type": "Maven",
2429
"Maven": {
@@ -28,7 +33,7 @@
2833
"NuGetId": "Xamarin.Google.Android.DataTransport.TransportRuntime"
2934
}
3035
}
31-
},
36+
}
3237
],
3338
"Version": 1
3439
}
+15-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"Registrations": [
3-
{
4-
"Component": {
5-
"Type": "Maven",
6-
"Maven": {
7-
"ArtifactId": "libphonenumber",
8-
"GroupId": "com.googlecode.libphonenumber",
9-
"Version": "8.10.23",
10-
"NuGetId": "Xamarin.Google.LibPhoneNumber"
11-
}
12-
}
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "Maven",
7+
"Maven": {
8+
"ArtifactId": "libphonenumber",
9+
"GroupId": "com.googlecode.libphonenumber",
10+
"Version": "8.10.23",
11+
"NuGetId": "Xamarin.Google.LibPhoneNumber"
1312
}
14-
],
15-
"Version": 1
16-
}
13+
}
14+
}
15+
],
16+
"Version": 1
17+
}

Android/Google.Play.Core/cgmanifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"Registrations":[
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
34
{
45
"Component": {
56
"Type": "Maven",
+26-25
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
2-
"Registrations": [
3-
{
4-
"component": {
5-
"type": "git",
6-
"git": {
7-
"name": "play-licensing",
8-
"repositoryUrl": "https://github.com/google/play-licensing.git",
9-
"commitHash": "89ebdfcf52562018ff4c366055f0e35393919763"
10-
},
11-
"nugetId": "Xamarin.Google.Android.Vending.Licensing"
12-
}
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"component": {
6+
"type": "git",
7+
"git": {
8+
"name": "play-licensing",
9+
"repositoryUrl": "https://github.com/google/play-licensing.git",
10+
"commitHash": "89ebdfcf52562018ff4c366055f0e35393919763"
1311
},
14-
{
15-
"component": {
16-
"type": "git",
17-
"git": {
18-
"name": "play-apk-expansion",
19-
"repositoryUrl": "https://github.com/google/play-apk-expansion.git",
20-
"commitHash": "9ecf54e5ce7c5a74a2eeedcec4d940ea52b16f0e"
21-
},
22-
"nugetId": "Xamarin.Google.Android.Vending.Expansion.Downloader"
23-
}
24-
}
25-
],
26-
"Version": 1
27-
}
12+
"nugetId": "Xamarin.Google.Android.Vending.Licensing"
13+
}
14+
},
15+
{
16+
"component": {
17+
"type": "git",
18+
"git": {
19+
"name": "play-apk-expansion",
20+
"repositoryUrl": "https://github.com/google/play-apk-expansion.git",
21+
"commitHash": "9ecf54e5ce7c5a74a2eeedcec4d940ea52b16f0e"
22+
},
23+
"nugetId": "Xamarin.Google.Android.Vending.Expansion.Downloader"
24+
}
25+
}
26+
],
27+
"Version": 1
28+
}

Android/GoogleAutoValue/cgmanifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"Registrations":[
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
34
{
45
"Component": {
56
"Type": "Maven",
@@ -12,4 +13,4 @@
1213
}
1314
],
1415
"Version": 1
15-
}
16+
}
+13-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"Registrations":[
3-
{
4-
"Component": {
5-
"Type": "Maven",
6-
"Maven": {
7-
"ArtifactId": "billing",
8-
"GroupId": "com.android.billingclient",
9-
"Version": "4.0.0"
10-
}
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "Maven",
7+
"Maven": {
8+
"ArtifactId": "billing",
9+
"GroupId": "com.android.billingclient",
10+
"Version": "4.0.0"
1111
}
1212
}
13-
],
14-
"Version": 1
15-
}
13+
}
14+
],
15+
"Version": 1
16+
}

Android/GoogleDagger/cgmanifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"Registrations":[
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
34
{
45
"Component": {
56
"Type": "Maven",

Android/GoogleGson/cgmanifest.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"Registrations":[
3-
{
4-
"Component": {
5-
"Type": "Maven",
6-
"Maven": {
7-
"ArtifactId": "gson",
8-
"GroupId": "com.google.code.gson",
9-
"Version": "2.8.9"
10-
}
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"Registrations": [
4+
{
5+
"Component": {
6+
"Type": "Maven",
7+
"Maven": {
8+
"ArtifactId": "gson",
9+
"GroupId": "com.google.code.gson",
10+
"Version": "2.8.9"
1111
}
1212
}
13-
],
14-
"Version": 1
15-
}
13+
}
14+
],
15+
"Version": 1
16+
}

0 commit comments

Comments
 (0)