diff --git a/README.md b/README.md index de859ecf..982412a7 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.1.0') { +androidTestImplementation('com.adevinta.android:barista:4.2.0') { exclude group: 'org.jetbrains.kotlin' // Only if you already use Kotlin in your project } ``` diff --git a/gradle.properties b/gradle.properties index 231bb5c2..5962050c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ ################################################# ### LIB ### ################################################# -libVersion=4.1.0 +libVersion=4.2.0 libGroup=com.adevinta.android #################################################