Skip to content

Commit

Permalink
Fix readme for new artifact name (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptornhult authored and alorma committed Aug 26, 2021
1 parent f8147f3 commit 5a1ab37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.spain:barista:4.0.0') {
androidTestImplementation('com.adevinta.android:barista:4.0.0') {
exclude group: 'org.jetbrains.kotlin' // Only if you already use Kotlin in your project
}
```
Expand All @@ -35,7 +35,6 @@ You might need to include the Google Maven repository, required by Espresso 3:
```gradle
repositories {
google()
jcenter()
}
```

Expand Down

0 comments on commit 5a1ab37

Please sign in to comment.