From be35e7438a2b9aeb1a205e95d62d0cc6f00a65dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20V=C3=A1zquez?= Date: Fri, 2 Mar 2018 17:08:46 +0100 Subject: [PATCH] Release version v2.4.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 839ba168f..b964418af 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _Psst, hey. Migrating to Barista 2? [Check out this guide](MIGRATION-2.md) to he Import Barista as a testing dependency: ```gradle -androidTestCompile('com.schibsted.spain:barista:2.3.0') { +androidTestCompile('com.schibsted.spain:barista:2.4.0') { exclude group: 'com.android.support' exclude group: 'org.jetbrains.kotlin' // Only if you already use Kotlin in your project } diff --git a/build.gradle b/build.gradle index a0ff48095..975b36792 100644 --- a/build.gradle +++ b/build.gradle @@ -30,4 +30,4 @@ ext.buildToolsVersionDeclared = '25.0.3' ext.supportLibVersion = '25.4.0' ext.espressoVersion = '3.0.1' ext.uiAutomatorVersion = '2.1.2' -ext.baristaVersion = '2.3.0' +ext.baristaVersion = '2.4.0'