mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
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:
commit
efadfa6759
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ dependencies {
|
|||
testImplementation 'org.mockito:mockito-core:2.23.4'
|
||||
// dependencies for instrumented tests
|
||||
// JUnit4 Rules
|
||||
androidTestImplementation 'androidx.test:rules:1.1.0'
|
||||
androidTestImplementation 'androidx.test:rules:1.1.1'
|
||||
// Android JUnit Runner
|
||||
androidTestImplementation 'androidx.test:runner:1.1.0'
|
||||
|
||||
|
|
Loading…
Reference in a new issue