We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae35a9b commit a966d28Copy full SHA for a966d28
benchmark/microbenchmark/build.gradle.kts
@@ -42,7 +42,7 @@ dependencies {
42
androidTestImplementation(libs.benchmark.junit4)
43
androidTestImplementation(libs.androidx.test.core)
44
androidTestImplementation(libs.apollo.mockserver)
45
- androidTestImplementation(libs.apollo.testingsupport.internal)
+ androidTestImplementation(libs.apollo.testingsupport)
46
}
47
48
java {
0 commit comments