We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c469991 commit 92b18e9Copy full SHA for 92b18e9
mobile/build.gradle
@@ -149,9 +149,9 @@ dependencies {
149
androidTestImplementation "androidx.test.ext:junit:1.1.5"
150
151
// https://mvnrepository.com/artifact/androidx.test
152
- androidTestImplementation "androidx.test:core:1.5.0"
153
- androidTestImplementation "androidx.test:runner:1.5.2"
154
- androidTestImplementation "androidx.test:rules:1.5.0"
+ androidTestImplementation "androidx.test:core:1.4.0"
+ androidTestImplementation "androidx.test:runner:1.4.0"
+ androidTestImplementation "androidx.test:rules:1.4.0"
155
156
// https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator
157
androidTestImplementation "androidx.test.uiautomator:uiautomator:$uiautomator_version"
0 commit comments