diff --git a/app/build.gradle b/app/build.gradle index c157e94c1..a881de062 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ unMock { dependencies { // https://download.eclipse.org/oomph/archive/reports/download.eclipse.org/releases/2021-09/index/org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120.html implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.test.uiautomator:uiautomator:2.3.0-beta01' + implementation 'androidx.test.uiautomator:uiautomator:2.3.0-rc01' implementation 'androidx.test:core:1.5.0' implementation 'androidx.test:runner:1.5.2' implementation 'com.google.code.gson:gson:2.10.1'