Merge pull request #8719 from nextcloud/dependabot/gradle/androidx.test-rules-1.4.0

Bump rules from 1.3.0 to 1.4.0
This commit is contained in:
Andy Scherzinger 2021-07-17 22:30:03 +02:00 committed by GitHub
commit b7bfdc89e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,7 @@ dependencies {
// dependencies for instrumented tests
// JUnit4 Rules
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestUtil 'androidx.test:orchestrator:1.3.0'