diff --git a/apps/android/benchmark/build.gradle.kts b/apps/android/benchmark/build.gradle.kts index a33f5b56c0e..79d51693179 100644 --- a/apps/android/benchmark/build.gradle.kts +++ b/apps/android/benchmark/build.gradle.kts @@ -41,5 +41,5 @@ ktlint { dependencies { implementation("androidx.benchmark:benchmark-macro-junit4:1.4.1") implementation("androidx.test.ext:junit:1.3.0") - implementation("androidx.test.uiautomator:uiautomator:2.4.0-beta02") + implementation("androidx.test.uiautomator:uiautomator:2.4.0-rc01") }