Skip to content

Commit 337c496

Browse files
authored
Merge pull request #199 from spotify/bump
Bump auth-lib version
2 parents a566bef + 9bf78a1 commit 337c496

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

auth-lib/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Change 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.

auth-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ that can subsequently be used to play music or in requests to the [Spotify Web A
1010
To 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

1616
To learn more about working with authentication see the

auth-sample/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ android {
6161
}
6262

6363
dependencies {
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'

0 commit comments

Comments
 (0)