File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ ## Version 1.2.2
4+ * Remove custom-tabs handling due to issues
35
46## Version 1.2.1
57* Fixes an issue that produced a redirect error when the redirect uri contains CAPS.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ that can subsequently be used to play music or in requests to the [Spotify Web A
1010To add this library to your project add the reference to its ` build.gradle ` file:
1111
1212``` gradle
13- implementation 'com.spotify.android:auth:1.2.1 '
13+ implementation 'com.spotify.android:auth:1.2.2 '
1414```
1515
1616To learn more about working with authentication see the
Original file line number Diff line number Diff line change @@ -61,9 +61,8 @@ android {
6161}
6262
6363dependencies {
64- // implementation files('../auth-lib/spotify-auth-release-1.2.1.aar') // Optional as local aar file dependency
65- implementation ' com.spotify.android:auth:1.2.1' // Maven dependency
66- implementation ' androidx.browser:browser:1.2.0'
64+ // implementation files('../auth-lib/spotify-auth-release-1.2.2.aar') // Optional as local aar file dependency
65+ implementation ' com.spotify.android:auth:1.2.2' // Maven dependency
6766 implementation " androidx.appcompat:appcompat:$appCompatVersion "
6867 implementation ' com.google.android.material:material:1.0.0'
6968 implementation ' com.squareup.okhttp3:okhttp:3.12.3'
You can’t perform that action at this time.
0 commit comments