Skip to content

Commit

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

Import Barista as a testing dependency:
```gradle
androidTestCompile('com.schibsted.spain:barista:2.2.0') {
androidTestCompile('com.schibsted.spain:barista:2.3.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.2.0'
ext.baristaVersion = '2.3.0'

0 comments on commit 4b57b6f

Please sign in to comment.