diff --git a/README.md b/README.md index c535f84f..ee188a81 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Barista makes developing UI test faster, easier and more predictable. Built on t Import Barista as a testing dependency: ```gradle -androidTestImplementation('com.adevinta.android:barista:4.0.0') { +androidTestImplementation('com.adevinta.android:barista:4.1.0') { exclude group: 'org.jetbrains.kotlin' // Only if you already use Kotlin in your project } ``` diff --git a/gradle.properties b/gradle.properties index 2dcf9d2c..2c74d1a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ ################################################# ### LIB ### ################################################# -libVersion=4.0.0 +libVersion=4.1.0 libArtifact=barista libGroup=com.adevinta.android