Skip to content

Commit 3fcfc8e

Browse files
committed
add browser dependency for upgraded Spotify SDK and bump version for gson
1 parent 04da71a commit 3fcfc8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ repositories {
6969
dependencies {
7070
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"))
72-
implementation "com.google.code.gson:gson:2.8.5" // needed by spotify-app-remote
72+
implementation "com.google.code.gson:gson:2.8.9" // needed by spotify-app-remote
73+
implementation "androidx.browser:browser:1.4.0"
74+
7375
//noinspection GradleDynamicVersion
7476
implementation "com.facebook.react:react-native:+" // From node_modules
7577
}

0 commit comments

Comments
 (0)