Skip to content

Commit

Permalink
Release of version 1.0.0-beta11
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaes committed Oct 6, 2015
1 parent fb85d03 commit f51e627
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.0.0-beta11
====================

**Bug fixes**

* Native crash in the player was fixed ([Issue #96](https://github.com/spotify/android-sdk/issues/96))
* Tracklist with size 1 can now be played using `PlayConfig.withTrackIndex(0)` ([Issue #119](https://github.com/spotify/android-sdk/issues/119))
* Player initialization issues for certain phone models are fixed ([Issue #139](https://github.com/spotify/android-sdk/issues/139))
* LoginActivity stays open when fetching authentication code for 2-step Facebook authentication ([Issue #145](https://github.com/spotify/android-sdk/issues/145))
* `allowBackup=true` was removed from libraries' manifests ([Issue #153](https://github.com/spotify/android-sdk/issues/153))


Version 1.0.0-beta10
====================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ that can subsequently be used to play music or be used in requests to the Spotif
To add this library to your project copy the `spotify-auth-{version}.aar` file from the
[SDK archive](https://github.com/spotify/android-sdk/releases) to the `libs`
folder in your app project and add the reference to its `build.gradle` file.
For version `1.0.0-beta10` it would be:
For version `1.0.0-beta11` it would be:

```
compile 'com.spotify.sdk:spotify-auth:1.0.0-beta10@aar'
compile 'com.spotify.sdk:spotify-auth:1.0.0-beta11@aar'
```

To learn more about working with authentication see the
Expand Down

0 comments on commit f51e627

Please sign in to comment.