Merge pull request #3354 from nextcloud/dependabot/gradle/androidx.test-rules-1.1.1

Bump rules from 1.1.0 to 1.1.1
This commit is contained in:
Tobias Kaminsky 2018-12-13 07:31:11 +01:00 committed by GitHub
commit efadfa6759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:2.23.4' testImplementation 'org.mockito:mockito-core:2.23.4'
// dependencies for instrumented tests // dependencies for instrumented tests
// JUnit4 Rules // JUnit4 Rules
androidTestImplementation 'androidx.test:rules:1.1.0' androidTestImplementation 'androidx.test:rules:1.1.1'
// Android JUnit Runner // Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test:runner:1.1.0'