Skip to content

Commit 92b18e9

Browse files
committed
fragment-testing 1.5.7 strictly depends on androidx.test 1.4.0
1 parent c469991 commit 92b18e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mobile/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ dependencies {
149149
androidTestImplementation "androidx.test.ext:junit:1.1.5"
150150

151151
// 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"
152+
androidTestImplementation "androidx.test:core:1.4.0"
153+
androidTestImplementation "androidx.test:runner:1.4.0"
154+
androidTestImplementation "androidx.test:rules:1.4.0"
155155

156156
// https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator
157157
androidTestImplementation "androidx.test.uiautomator:uiautomator:$uiautomator_version"

0 commit comments

Comments
 (0)