Skip to content

Commit

Permalink
Release version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Aug 27, 2018
1 parent 18ac645 commit a6889c4
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 @@ _Psst, hey. Migrating to Barista 2? [Check out this guide](MIGRATION-2.md) to he

Import Barista as a testing dependency:
```gradle
androidTestImplementation('com.schibsted.spain:barista:2.5.0') {
androidTestImplementation('com.schibsted.spain:barista:2.6.0') {
exclude group: 'com.android.support'
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 = 28
ext.supportLibVersion = '27.1.1'
ext.espressoVersion = '3.0.2'
ext.uiAutomatorVersion = '2.1.3'
ext.baristaVersion = '2.5.0'
ext.baristaVersion = '2.6.0'

0 comments on commit a6889c4

Please sign in to comment.