Skip to content

Commit

Permalink
add browser dependency for upgraded Spotify SDK and bump version for …
Browse files Browse the repository at this point in the history
…gson
  • Loading branch information
wwdrew committed Aug 18, 2022
1 parent 04da71a commit 3fcfc8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ repositories {
dependencies {
implementation (files("external/SpotifySDK/auth-lib/spotify-auth-release-2.0.1.aar"))
implementation (files("external/SpotifySDK/app-remote-lib/spotify-app-remote-release-0.7.2.aar"))
implementation "com.google.code.gson:gson:2.8.5" // needed by spotify-app-remote
implementation "com.google.code.gson:gson:2.8.9" // needed by spotify-app-remote
implementation "androidx.browser:browser:1.4.0"

//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
}

0 comments on commit 3fcfc8e

Please sign in to comment.