File tree Expand file tree Collapse file tree 5 files changed +31
-3
lines changed Expand file tree Collapse file tree 5 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 110
110
" bug" ,
111
111
" code"
112
112
]
113
+ },
114
+ {
115
+ "login" : " dylancom" ,
116
+ "name" : " Dylan" ,
117
+ "avatar_url" : " https://avatars.githubusercontent.com/u/12894112?v=4" ,
118
+ "profile" : " https://www.companjenapps.com" ,
119
+ "contributions" : [
120
+ " code"
121
+ ]
122
+ },
123
+ {
124
+ "login" : " hoang" ,
125
+ "name" : " Hoang" ,
126
+ "avatar_url" : " https://avatars.githubusercontent.com/u/170571?v=4" ,
127
+ "profile" : " https://github.com/hoang" ,
128
+ "contributions" : [
129
+ " code"
130
+ ]
113
131
}
114
132
],
115
133
"contributorsPerLine" : 7
Original file line number Diff line number Diff line change @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Update
11
+
12
+ - Update Spotify SDKs (thanks Hoang)
13
+ - Update Android SDK to [ v7.0.0-appremote_v1.2.3-auth] ( https://github.com/spotify/android-sdk/releases/tag/v7.0.0-appremote_v1.2.3-auth )
14
+ - Update iOS SDK to [ v1.2.2] ( https://github.com/spotify/ios-sdk/releases/tag/v1.2.2 )
15
+
10
16
### Fixed
11
17
18
+ - Fix Does not work when targeting Android SDK v30 (React Native 0.65+) #161 (thanks Hoang)
19
+ - Fix "missing SpotifyiOS.h" in example #78 #63 (thanks @dylancom )
12
20
- Fix example project podfile to build in XCode 12.5
13
21
14
22
## [ 0.3.10] - 2021-05-15
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ Please do not open issues about getting the module to work unless you have tried
255
255
Big thanks to [ @lufinkey ] ( https://github.com/lufinkey ) and all of the great work that he has done in the [ react-native-spotify] ( https://github.com/lufinkey/react-native-spotify ) repo which was the original source of inspiration and some useful patterns for this package.
256
256
257
257
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
258
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-11 -orange.svg?style=flat-square )] ( #contributors- )
258
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-13 -orange.svg?style=flat-square )] ( #contributors- )
259
259
<!-- ALL-CONTRIBUTORS-BADGE:END -->
260
260
261
261
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -276,6 +276,8 @@ Big thanks to [@lufinkey](https://github.com/lufinkey) and all of the great work
276
276
<td align="center"><a href="http://reteps.github.io"><img src="https://avatars.githubusercontent.com/u/13869303?v=4" width="100px;" alt=""/><br /><sub><b>Peter Stenger</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=reteps" title="Code">💻</a></td>
277
277
<td align="center"><a href="https://github.com/reinhardholl"><img src="https://avatars.githubusercontent.com/u/4051986?v=4" width="100px;" alt=""/><br /><sub><b>Reinhard Höll</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/issues?q=author%3Areinhardholl" title="Bug reports">🐛</a> <a href="https://github.com/cjam/react-native-spotify-remote/commits?author=reinhardholl" title="Code">💻</a></td>
278
278
<td align="center"><a href="https://github.com/gustavoggs"><img src="https://avatars.githubusercontent.com/u/793491?v=4" width="100px;" alt=""/><br /><sub><b>Gustavo Graña</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/issues?q=author%3Agustavoggs" title="Bug reports">🐛</a> <a href="https://github.com/cjam/react-native-spotify-remote/commits?author=gustavoggs" title="Code">💻</a></td>
279
+ <td align="center"><a href="https://www.companjenapps.com"><img src="https://avatars.githubusercontent.com/u/12894112?v=4" width="100px;" alt=""/><br /><sub><b>Dylan</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=dylancom" title="Code">💻</a></td>
280
+ <td align="center"><a href="https://github.com/hoang"><img src="https://avatars.githubusercontent.com/u/170571?v=4" width="100px;" alt=""/><br /><sub><b>Hoang</b></sub></a><br /><a href="https://github.com/cjam/react-native-spotify-remote/commits?author=hoang" title="Code">💻</a></td>
279
281
</tr >
280
282
</table>
281
283
You can’t perform that action at this time.
0 commit comments