Skip to content

Commit

Permalink
Bump version to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Mar 10, 2021
1 parent 59c899f commit c489ad9
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 @@ -28,7 +28,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.8.0') {
androidTestImplementation('com.schibsted.spain:barista:3.9.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.8.0'
ext.baristaVersion = '3.9.0'

0 comments on commit c489ad9

Please sign in to comment.