diff --git a/README.md b/README.md index e66e1ebdd..eca051f17 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ public void some_important_test() throws Exception { # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.6') { +androidTestCompile('com.schibsted.spain:barista:0.0.7') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index f5e514349..7ddf51ed4 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.6' + publishVersion = '0.0.7' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file