1{
2  "projectPath": ":privacysandbox:sdkruntime:sdkruntime-client",
3  "dependencyAdvice": [
4    {
5      "coordinates": {
6        "type": "module",
7        "identifier": "androidx.annotation:annotation",
8        "resolvedVersion": "1.8.2"
9      },
10      "toConfiguration": "androidTestImplementation"
11    },
12    {
13      "coordinates": {
14        "type": "module",
15        "identifier": "androidx.annotation:annotation",
16        "resolvedVersion": "1.8.2"
17      },
18      "toConfiguration": "implementation"
19    },
20    {
21      "coordinates": {
22        "type": "module",
23        "identifier": "androidx.lifecycle:lifecycle-common",
24        "resolvedVersion": "2.8.7"
25      },
26      "toConfiguration": "androidTestImplementation"
27    },
28    {
29      "coordinates": {
30        "type": "module",
31        "identifier": "androidx.lifecycle:lifecycle-common",
32        "resolvedVersion": "2.8.7"
33      },
34      "toConfiguration": "implementation"
35    },
36    {
37      "coordinates": {
38        "type": "module",
39        "identifier": "androidx.lifecycle:lifecycle-runtime",
40        "resolvedVersion": "2.8.7"
41      },
42      "toConfiguration": "androidTestImplementation"
43    },
44    {
45      "coordinates": {
46        "type": "module",
47        "identifier": "androidx.test:rules",
48        "resolvedVersion": "1.7.0-alpha01"
49      },
50      "fromConfiguration": "androidTestImplementation"
51    }
52  ]
53}