Skip to content

Commit 7ab5fae

Browse files
Merge pull request #1787 from nextcloud/renovate/androidx.test-rules-1.x
fix(deps): update dependency androidx.test:rules to v1.7.0
2 parents 5e34697 + 354e178 commit 7ab5fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
// JUnit4 Rules
8686
androidTestImplementation "junit:junit:$junit_version"
8787
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
88-
androidTestImplementation 'androidx.test:rules:1.6.1'
88+
androidTestImplementation 'androidx.test:rules:1.7.0'
8989

9090
// Android JUnit Runner
9191
androidTestImplementation 'androidx.test:runner:1.7.0'

0 commit comments

Comments
 (0)