We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04da71a commit 3fcfc8eCopy full SHA for 3fcfc8e
android/build.gradle
@@ -69,7 +69,9 @@ repositories {
69
dependencies {
70
implementation (files("external/SpotifySDK/auth-lib/spotify-auth-release-2.0.1.aar"))
71
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
+ implementation "com.google.code.gson:gson:2.8.9" // needed by spotify-app-remote
73
+ implementation "androidx.browser:browser:1.4.0"
74
+
75
//noinspection GradleDynamicVersion
76
implementation "com.facebook.react:react-native:+" // From node_modules
77
}
0 commit comments