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 fc0191e commit 84497b6Copy full SHA for 84497b6
benchmark/microbenchmark/build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
54
androidTestImplementation(libs.benchmark.junit4)
55
androidTestImplementation(libs.androidx.test.core)
56
- androidTestImplementation("com.apollographql.apollo3:apollo-mockserver")
+ androidTestImplementation(libs.apollo.mockserver)
57
androidTestImplementation("com.apollographql.apollo3:apollo-testing-support")
58
}
59
0 commit comments