-
Notifications
You must be signed in to change notification settings - Fork 109
Bump Spotify Android SDK version and clean up android configs #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I did a round of testing in my RN app (v0.65.1, android sdk 30) and everything seemed ok. |
|
Awesome thanks for the contribution! I'll try to get this merged and released ASAP |
|
@cjam Sorry for pinging but is there any chance for an NPM release? Thanks! |
|
Yes @hoangvvo definitely. I wanted to get it done last week but unfortunately broke my leg at soccer. So I'm hoping to get it done this week. |
Thanks for the confirmation. Hope your leg gets better soon! |
|
hey @hoangvvo. I wanted to go through and make sure I could run the examples and everything still, but didn't get a chance. So I just released a pre-release version that 0.3.11-0 that you can install via |
I tried the release but apparently something is wrong with the submodule init. (maybe I broke something 😢). In the NPM package, running the command However trying with my branch I will investigate this a little bit and let you know. Sorry for the broken release! :( |
|
Ah all good it happens. Glad I did it as a pre-release. Keep me posted. |
I think the simplest fix to this is to remove the The published tarball already contains the submodule (https://unpkg.com/browse/react-native-spotify-remote@0.3.11-0/) so I don't think we should try to run |
|
So I tried to freshly clone your repo and running which is incorrect. For example the commit on |
|
@cjam Okay, so I was looking at the wrong spot but apparently it turns out this commit fffa45e from you accidentally undo my change for some reason, which seem to be the issue. You can manually reapply my change a push to master with the below: Feel free to do it whenever you are available. I have already published a fork to use in the meantime so no rush! |
|
Gotcha. Will look into it soon. Thanks for investigating. 👍 |
|
@hoangvvo I've pushed a new pre-release which should have the updated versions. Also updated some docs and added some badges to the readme for the SDK versions, https://www.npmjs.com/package/react-native-spotify-remote/v/0.3.11-1 You can try it out using |
Awesome! I will test it out and let you know. Love the additional touches on the README. |
|
The NPM hook that triggers git submodules cmd still causes the external git modules failing to be pulled unfortunately. Only after patching with this PR #164 that it can work normally in my case. |
I updated the submodule to the latest commits.
I also updated the
build.gradlefollowing the latest setup from https://github.com/callstack/react-native-builder-bob (recommended by RN docs)Fixed #161