diff --git a/README.md b/README.md index 27819226b..354fb2aa1 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ public void some_important_test() throws Exception { # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.7') { +androidTestCompile('com.schibsted.spain:barista:0.0.8') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index 7ddf51ed4..693e6d59b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -39,7 +39,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibsted.spain' artifactId = 'barista' - publishVersion = '0.0.7' + publishVersion = '0.0.8' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file