Skip to content

Commit

Permalink
Update sample app and README.md to use 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ghonyan committed Feb 28, 2018
1 parent 209ba78 commit c0ba246
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 @@ -10,7 +10,7 @@ that can subsequently be used to play music or in requests to the [Spotify Web A
To add this library to your project add the reference to its `build.gradle` file:

```gradle
compile 'com.spotify.android:auth:1.0.0-alpha'
compile 'com.spotify.android:auth:1.1.0'
```

To learn more about working with authentication see the
Expand Down
2 changes: 1 addition & 1 deletion auth-sample/build.gradle
Expand Up @@ -53,7 +53,7 @@ android {
}

dependencies {
compile 'com.spotify.android:auth:1.0.0-alpha'
compile 'com.spotify.android:auth:1.1.0'

compile 'com.android.support:appcompat-v7:27.0.2'
compile 'com.android.support:design:27.0.2'
Expand Down

0 comments on commit c0ba246

Please sign in to comment.