1{ 2 "projectPath": ":privacysandbox:ui:ui-client", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.activity:activity", 8 "resolvedVersion": "1.7.0" 9 }, 10 "toConfiguration": "androidTestImplementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "androidx.compose.runtime:runtime", 16 "resolvedVersion": "1.7.6" 17 }, 18 "toConfiguration": "androidTestImplementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "androidx.compose.runtime:runtime", 24 "resolvedVersion": "1.7.6" 25 }, 26 "toConfiguration": "api" 27 }, 28 { 29 "coordinates": { 30 "type": "module", 31 "identifier": "androidx.compose.ui:ui-unit", 32 "resolvedVersion": "1.7.6" 33 }, 34 "toConfiguration": "androidTestImplementation" 35 }, 36 { 37 "coordinates": { 38 "type": "module", 39 "identifier": "androidx.core:core-ktx", 40 "resolvedVersion": "1.13.0" 41 }, 42 "toConfiguration": "androidTestImplementation" 43 }, 44 { 45 "coordinates": { 46 "type": "module", 47 "identifier": "androidx.lifecycle:lifecycle-viewmodel", 48 "resolvedVersion": "2.8.3" 49 }, 50 "toConfiguration": "androidTestImplementation" 51 }, 52 { 53 "coordinates": { 54 "type": "module", 55 "identifier": "androidx.test.espresso:espresso-intents", 56 "resolvedVersion": "3.7.0-alpha01" 57 }, 58 "fromConfiguration": "androidTestImplementation" 59 }, 60 { 61 "coordinates": { 62 "type": "module", 63 "identifier": "androidx.test:monitor", 64 "resolvedVersion": "1.8.0-alpha01" 65 }, 66 "toConfiguration": "androidTestImplementation" 67 }, 68 { 69 "coordinates": { 70 "type": "module", 71 "identifier": "androidx.test:rules", 72 "resolvedVersion": "1.7.0-alpha01" 73 }, 74 "fromConfiguration": "androidTestImplementation" 75 }, 76 { 77 "coordinates": { 78 "type": "module", 79 "identifier": "org.hamcrest:hamcrest-core", 80 "resolvedVersion": "1.3" 81 }, 82 "toConfiguration": "androidTestImplementation" 83 }, 84 { 85 "coordinates": { 86 "type": "module", 87 "identifier": "org.hamcrest:hamcrest-library", 88 "resolvedVersion": "1.3" 89 }, 90 "toConfiguration": "androidTestImplementation" 91 }, 92 { 93 "coordinates": { 94 "type": "module", 95 "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core", 96 "resolvedVersion": "1.7.3" 97 }, 98 "toConfiguration": "implementation" 99 }, 100 { 101 "coordinates": { 102 "type": "module", 103 "identifier": "org.mockito:mockito-core", 104 "resolvedVersion": "2.25.0" 105 }, 106 "fromConfiguration": "androidTestImplementation" 107 } 108 ] 109}