1{
2  "projectPath": ":leanback:leanback-grid",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.test.espresso:espresso-core",
8        "resolvedVersion": "3.7.0-alpha01"
9      },
10      "fromConfiguration": "androidTestImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.test.ext:junit",
16        "resolvedVersion": "1.3.0-alpha01"
17      },
18      "fromConfiguration": "androidTestImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "androidx.test:rules",
24        "resolvedVersion": "1.7.0-alpha01"
25      },
26      "fromConfiguration": "androidTestImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "com.linkedin.dexmaker:dexmaker-mockito",
32        "resolvedVersion": "2.28.4"
33      },
34      "fromConfiguration": "androidTestImplementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "org.mockito:mockito-core",
40        "resolvedVersion": "2.28.2"
41      },
42      "fromConfiguration": "androidTestImplementation"
43    },
44    {
45      "coordinates": {
46        "type": "project",
47        "identifier": ":internal-testutils-common"
48      },
49      "fromConfiguration": "androidTestImplementation"
50    },
51    {
52      "coordinates": {
53        "type": "project",
54        "identifier": ":internal-testutils-espresso"
55      },
56      "fromConfiguration": "androidTestImplementation"
57    },
58    {
59      "coordinates": {
60        "type": "project",
61        "identifier": ":internal-testutils-runtime"
62      },
63      "fromConfiguration": "androidTestImplementation"
64    }
65  ]
66}