Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Transitive dependencies are not carried over #1

Open
wiyarmir opened this issue Apr 1, 2017 · 3 comments
Open

Transitive dependencies are not carried over #1

wiyarmir opened this issue Apr 1, 2017 · 3 comments

Comments

@wiyarmir
Copy link
Owner

wiyarmir commented Apr 1, 2017

Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
   > Could not find any matches for com.spotify.sdk:spotify-auth:+ as no versions of com.spotify.sdk:spotify-auth are available.
     Searched in the following locations:
         file:/Users/guillermoruiz/stuff/Morrison/android/app/libs/
     Required by:
         Morrison:app:unspecified > Morrison:react-native-spotify-auth:unspecified
@wiyarmir
Copy link
Owner Author

wiyarmir commented Apr 3, 2017

Workaround:

    compile(project(':react-native-spotify-auth')) {
        exclude group: 'com.spotify.sdk'
    }

Updating Readme.md to reflect this

@wiyarmir
Copy link
Owner Author

wiyarmir commented Jun 6, 2017

Possible solution: use transitive=true in the closure

@utifmd
Copy link

utifmd commented Mar 29, 2018

Please help me ~> "undifined is not an object (evaluating RNSpotifyAuth.launchAuth)"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants