Merge pull request #2949 from vector-im/dependabot/gradle/com.schibsted.spain-barista-3.8.0

Bump barista from 3.7.0 to 3.8.0
This commit is contained in:
Benoit Marty 2021-03-02 17:15:11 +01:00 committed by GitHub
commit 0a10817755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -473,7 +473,7 @@ dependencies {
// Plant Timber tree for test
androidTestImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
// "The one who serves a great Espresso"
androidTestImplementation('com.schibsted.spain:barista:3.7.0') {
androidTestImplementation('com.schibsted.spain:barista:3.8.0') {
exclude group: 'org.jetbrains.kotlin'
}
}