From b77e93c00c64000eedbbe0eb0fd9811307e7840e Mon Sep 17 00:00:00 2001 From: Georgy Steshin Date: Thu, 5 Sep 2024 21:49:10 +0300 Subject: [PATCH] Roll back automator version --- detox/android/detox/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detox/android/detox/build.gradle b/detox/android/detox/build.gradle index 6aa47753a5..660025b6ef 100644 --- a/detox/android/detox/build.gradle +++ b/detox/android/detox/build.gradle @@ -144,7 +144,7 @@ dependencies { } // Version is the latest; Cannot sync with the Github repo (e.g. android/android-test) because the androidx // packaging version of associated classes is simply not there... - api('androidx.test.uiautomator:uiautomator:2.3.0') { + api('androidx.test.uiautomator:uiautomator:2.2.0') { because 'Needed by Detox but also makes UIAutomator seamlessly provided to Detox users with hybrid apps/E2E-tests.' } }