1{
2  "projectPath": ":wear:protolayout:protolayout-renderer",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.test.ext:truth",
8        "resolvedVersion": "1.7.0-alpha01"
9      },
10      "fromConfiguration": "testImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.test:core",
16        "resolvedVersion": "1.7.0-alpha01"
17      },
18      "toConfiguration": "testImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "com.google.errorprone:error_prone_annotations",
24        "resolvedVersion": "2.28.0"
25      },
26      "toConfiguration": "implementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "junit:junit",
32        "resolvedVersion": "4.13.2"
33      },
34      "toConfiguration": "testImplementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "org.robolectric:annotations",
40        "resolvedVersion": "4.14"
41      },
42      "toConfiguration": "testImplementation"
43    },
44    {
45      "coordinates": {
46        "type": "module",
47        "identifier": "org.robolectric:shadows-framework",
48        "resolvedVersion": "4.14"
49      },
50      "toConfiguration": "testImplementation"
51    }
52  ]
53}