Skip to content

Commit a966d28

Browse files
authored
unbreak benchmarks (#6454)
1 parent ae35a9b commit a966d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/microbenchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
androidTestImplementation(libs.benchmark.junit4)
4343
androidTestImplementation(libs.androidx.test.core)
4444
androidTestImplementation(libs.apollo.mockserver)
45-
androidTestImplementation(libs.apollo.testingsupport.internal)
45+
androidTestImplementation(libs.apollo.testingsupport)
4646
}
4747

4848
java {

0 commit comments

Comments
 (0)