1{
2  "projectPath": ":security:security-app-authenticator",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.test:rules",
8        "resolvedVersion": "1.7.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": "testImplementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "org.robolectric:annotations",
24        "resolvedVersion": "4.14"
25      },
26      "toConfiguration": "testImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "org.robolectric:shadowapi",
32        "resolvedVersion": "4.14"
33      },
34      "toConfiguration": "testImplementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "org.robolectric:shadows-framework",
40        "resolvedVersion": "4.14"
41      },
42      "toConfiguration": "testImplementation"
43    }
44  ]
45}