Skip to content

Commit

Permalink
Bump to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Aug 31, 2021
1 parent e8a592a commit 6f7a93f
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 @@ -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
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#################################################
### LIB ###
#################################################
libVersion=4.0.0
libVersion=4.1.0
libArtifact=barista
libGroup=com.adevinta.android

Expand Down

0 comments on commit 6f7a93f

Please sign in to comment.