diff --git a/baselineprofile/build.gradle.kts b/baselineprofile/build.gradle.kts index 43e51c29..1235e93d 100644 --- a/baselineprofile/build.gradle.kts +++ b/baselineprofile/build.gradle.kts @@ -48,5 +48,5 @@ dependencies { implementation("androidx.test.ext:junit:1.1.5") implementation("androidx.test.espresso:espresso-core:3.5.1") implementation("androidx.test.uiautomator:uiautomator:2.2.0") - implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0-beta04") + implementation("androidx.benchmark:benchmark-macro-junit4:1.2.0") }