Skip to content

Commit

Permalink
Release version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Oct 1, 2018
1 parent 0ab89f6 commit 68f6fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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.6.0') {
androidTestImplementation('com.schibsted.spain:barista:2.7.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
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.6.0'
ext.baristaVersion = '2.7.0'

0 comments on commit 68f6fc6

Please sign in to comment.