Skip to content

Commit 61cffcb

Browse files
committed
feat: upgrade Android Auth library to 2.0.1
1 parent 7c13126 commit 61cffcb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repositories {
6767
}
6868

6969
dependencies {
70-
implementation (files("external/SpotifySDK/auth-lib/spotify-auth-release-1.2.3.aar"))
70+
implementation (files("external/SpotifySDK/auth-lib/spotify-auth-release-2.0.1.aar"))
7171
implementation (files("external/SpotifySDK/app-remote-lib/spotify-app-remote-release-0.7.2.aar"))
7272
implementation "com.google.code.gson:gson:2.8.5" // needed by spotify-app-remote
7373
//noinspection GradleDynamicVersion

android/external/SpotifySDK

Submodule SpotifySDK updated 86 files

android/src/main/java/com/reactlibrary/RNSpotifyRemoteAuthModule.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ public void endSession(Promise promise) {
120120
mConnectionParamsBuilder = null;
121121
mConfig = null;
122122

123-
AuthorizationClient.clearCookies(this.getReactApplicationContext());
124-
125123
RNSpotifyRemoteAppModule remoteModule = reactContext.getNativeModule(RNSpotifyRemoteAppModule.class);
126124
if (remoteModule != null) {
127125
remoteModule.disconnect(promise);

0 commit comments

Comments
 (0)