diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 9366010b2..66820bb32 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -46,7 +46,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.2.1' + androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.2.2' androidTestImplementation project(path: ':quartz') // Add your dependencies here. Note that you cannot benchmark code