Skip to content

Commit

Permalink
Merge pull request #4572 from wix/reduce_ui_automator
Browse files Browse the repository at this point in the history
Roll back automator version
  • Loading branch information
gosha212 authored Sep 5, 2024
2 parents e82952b + b77e93c commit 83ca0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/android/detox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
}
}
Expand Down

0 comments on commit 83ca0a4

Please sign in to comment.