diff --git a/README.md b/README.md index 354fb2aa1..3dd42a539 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.8') { +androidTestCompile('com.schibsted.spain:barista:0.0.9') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index 693e6d59b..65c852aed 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.8' + publishVersion = '0.0.9' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file