Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Sep 23, 2021
1 parent 3f0e105 commit 36fd9a8
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.1.0') {
androidTestImplementation('com.adevinta.android:barista:4.2.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.1.0
libVersion=4.2.0
libGroup=com.adevinta.android

#################################################
Expand Down

0 comments on commit 36fd9a8

Please sign in to comment.