Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Jul 27, 2017
1 parent d468062 commit 618d3ea
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 @@ -208,7 +208,7 @@ repositories {

Finally just import Barista as a testing dependency:
```gradle
androidTestCompile('com.schibsted.spain:barista:1.5.3') {
androidTestCompile('com.schibsted.spain:barista:1.6.0') {
exclude group: 'com.android.support'
}
```
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.buildToolsVersionDeclared = '25.0.3'
ext.supportLibVersion = '25.4.0'
ext.espressoVersion = '3.0.0'
ext.uiAutomatorVersion = '2.1.2'
ext.baristaVersion = '1.5.3'
ext.baristaVersion = '1.6.0'

0 comments on commit 618d3ea

Please sign in to comment.