1{ 2 "projectPath": ":camera:camera-testing", 3 "dependencyAdvice": [ 4 { 5 "coordinates": { 6 "type": "module", 7 "identifier": "androidx.annotation:annotation-experimental", 8 "resolvedVersion": "1.4.1" 9 }, 10 "toConfiguration": "implementation" 11 }, 12 { 13 "coordinates": { 14 "type": "module", 15 "identifier": "androidx.arch.core:core-common", 16 "resolvedVersion": "2.1.0" 17 }, 18 "toConfiguration": "implementation" 19 }, 20 { 21 "coordinates": { 22 "type": "module", 23 "identifier": "androidx.lifecycle:lifecycle-common", 24 "resolvedVersion": "2.3.1" 25 }, 26 "toConfiguration": "api" 27 }, 28 { 29 "coordinates": { 30 "type": "module", 31 "identifier": "androidx.lifecycle:lifecycle-livedata-core", 32 "resolvedVersion": "2.3.1" 33 }, 34 "toConfiguration": "api" 35 }, 36 { 37 "coordinates": { 38 "type": "module", 39 "identifier": "androidx.lifecycle:lifecycle-runtime", 40 "resolvedVersion": "2.1.0" 41 }, 42 "toConfiguration": "implementation" 43 }, 44 { 45 "coordinates": { 46 "type": "module", 47 "identifier": "androidx.test:core", 48 "resolvedVersion": "1.7.0-alpha01" 49 }, 50 "fromConfiguration": "androidTestImplementation" 51 }, 52 { 53 "coordinates": { 54 "type": "module", 55 "identifier": "androidx.test:core", 56 "resolvedVersion": "1.7.0-alpha01" 57 }, 58 "fromConfiguration": "testImplementation" 59 }, 60 { 61 "coordinates": { 62 "type": "module", 63 "identifier": "androidx.test:monitor", 64 "resolvedVersion": "1.8.0-alpha01" 65 }, 66 "toConfiguration": "implementation" 67 }, 68 { 69 "coordinates": { 70 "type": "module", 71 "identifier": "androidx.test:rules", 72 "resolvedVersion": "1.5.0" 73 }, 74 "fromConfiguration": "androidTestImplementation" 75 }, 76 { 77 "coordinates": { 78 "type": "module", 79 "identifier": "androidx.test:runner", 80 "resolvedVersion": "1.5.2" 81 }, 82 "fromConfiguration": "androidTestImplementation" 83 }, 84 { 85 "coordinates": { 86 "type": "module", 87 "identifier": "androidx.test:runner", 88 "resolvedVersion": "1.5.2" 89 }, 90 "fromConfiguration": "testImplementation" 91 }, 92 { 93 "coordinates": { 94 "type": "module", 95 "identifier": "com.google.guava:guava", 96 "resolvedVersion": "33.3.1-jre" 97 }, 98 "toConfiguration": "api" 99 }, 100 { 101 "coordinates": { 102 "type": "module", 103 "identifier": "com.google.guava:guava", 104 "resolvedVersion": "33.3.1-jre" 105 }, 106 "toConfiguration": "testImplementation" 107 }, 108 { 109 "coordinates": { 110 "type": "module", 111 "identifier": "com.google.truth:truth", 112 "resolvedVersion": "1.0.1" 113 }, 114 "fromConfiguration": "androidTestImplementation" 115 }, 116 { 117 "coordinates": { 118 "type": "module", 119 "identifier": "com.google.truth:truth", 120 "resolvedVersion": "1.0.1" 121 }, 122 "fromConfiguration": "testImplementation" 123 }, 124 { 125 "coordinates": { 126 "type": "module", 127 "identifier": "junit:junit", 128 "resolvedVersion": "4.13.2" 129 }, 130 "fromConfiguration": "testImplementation" 131 }, 132 { 133 "coordinates": { 134 "type": "module", 135 "identifier": "org.jetbrains.kotlinx:kotlinx-coroutines-core", 136 "resolvedVersion": "1.7.3" 137 }, 138 "toConfiguration": "api" 139 }, 140 { 141 "coordinates": { 142 "type": "module", 143 "identifier": "org.mockito:mockito-core", 144 "resolvedVersion": "4.8.0" 145 }, 146 "fromConfiguration": "testImplementation" 147 }, 148 { 149 "coordinates": { 150 "type": "module", 151 "identifier": "org.robolectric:annotations", 152 "resolvedVersion": "4.14" 153 }, 154 "toConfiguration": "testImplementation" 155 }, 156 { 157 "coordinates": { 158 "type": "module", 159 "identifier": "org.robolectric:shadowapi", 160 "resolvedVersion": "4.14" 161 }, 162 "toConfiguration": "testImplementation" 163 }, 164 { 165 "coordinates": { 166 "type": "module", 167 "identifier": "org.robolectric:shadows-framework", 168 "resolvedVersion": "4.14" 169 }, 170 "toConfiguration": "testImplementation" 171 }, 172 { 173 "coordinates": { 174 "type": "project", 175 "identifier": ":internal-testutils-truth" 176 }, 177 "fromConfiguration": "androidTestImplementation" 178 } 179 ] 180}