diff --git a/vector/build.gradle b/vector/build.gradle index 1c3f4d09c8..5543d27d95 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -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' } }