Merge pull request #3590 from vector-im/dependabot/gradle/androidx.test-orchestrator-1.4.0

Bump orchestrator from 1.3.0 to 1.4.0
This commit is contained in:
Benoit Marty 2021-07-05 14:37:07 +02:00 committed by GitHub
commit 80b1aa3c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,5 +194,5 @@ dependencies {
// Plant Timber tree for test
androidTestImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
androidTestUtil 'androidx.test:orchestrator:1.3.0'
androidTestUtil 'androidx.test:orchestrator:1.4.0'
}