-
Notifications
You must be signed in to change notification settings - Fork 104
/
cgmanifest.json
35 lines (35 loc) · 1.07 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
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Git": {
"CommitHash": "e066f1922ec8d42b1673a0ac1838fda56d05b36e",
"RepositoryUrl": "https://github.com/microsoft/fluentui-android"
},
"Type": "git"
},
"DevelopmentDependency": false
},
{
"Component": {
"Git": {
"CommitHash": "e066f1922ec8d42b1673a0ac1838fda56d05b36e",
"RepositoryUrl": "https://github.com/microsoft/fluentui-android/blob/master/fluentui_core/src/main/java/com/microsoft/fluentui/compose/Swipeable.kt"
},
"Type": "git"
},
"DevelopmentDependency": false
},
{
"Component": {
"Git": {
"CommitHash": "e066f1922ec8d42b1673a0ac1838fda56d05b36e",
"RepositoryUrl": "https://github.com/microsoft/fluentui-android/blob/master/fluentui_core/src/main/java/com/microsoft/fluentui/compose/Scaffold.kt"
},
"Type": "git"
},
"DevelopmentDependency": false
}
]
}