Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Oct 1, 2020
1 parent 8c38129 commit c24cc08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Barista makes developing UI test faster, easier and more predictable. Built on t

Import Barista as a testing dependency:
```gradle
androidTestImplementation('com.schibsted.spain:barista:3.6.0') {
androidTestImplementation('com.schibsted.spain:barista:3.7.0') {
exclude group: 'org.jetbrains.kotlin' // Only if you already use Kotlin in your project
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ ext.compileSdkVersionDeclared = 30
ext.supportLibVersion = '27.1.1'
ext.espressoVersion = '3.0.2'
ext.uiAutomatorVersion = '2.1.3'
ext.baristaVersion = '3.6.0'
ext.baristaVersion = '3.7.0'

0 comments on commit c24cc08

Please sign in to comment.