Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Nov 24, 2017
1 parent f2f0cf3 commit b0ff5d2
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 @@ -15,7 +15,7 @@ _Psst, hey. Migrating to Barista 2.0? [Check out this guide](MIGRATION-2.0.md) t

Import Barista as a testing dependency:
```gradle
androidTestCompile('com.schibsted.spain:barista:2.0.0') {
androidTestCompile('com.schibsted.spain:barista:2.1.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 @@ -30,4 +30,4 @@ ext.buildToolsVersionDeclared = '25.0.3'
ext.supportLibVersion = '25.4.0'
ext.espressoVersion = '3.0.1'
ext.uiAutomatorVersion = '2.1.2'
ext.baristaVersion = '2.0.0'
ext.baristaVersion = '2.1.0'

0 comments on commit b0ff5d2

Please sign in to comment.