1{
2  "projectPath": ":window:window-java",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.test.ext:junit",
8        "resolvedVersion": "1.3.0-alpha01"
9      },
10      "fromConfiguration": "androidTestImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.test:rules",
16        "resolvedVersion": "1.7.0-alpha01"
17      },
18      "fromConfiguration": "androidTestImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "com.linkedin.dexmaker:dexmaker-mockito",
24        "resolvedVersion": "2.28.4"
25      },
26      "fromConfiguration": "androidTestImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "junit:junit",
32        "resolvedVersion": "4.13.2"
33      },
34      "toConfiguration": "androidTestImplementation"
35    }
36  ]
37}