cjam / react-native-spotify-remote

React Native wrapper around the Spotify Remote SDK
MIT License
258 stars 101 forks source link

gradle flatDir to sourceSets #205

Closed suryababus closed 2 years ago

suryababus commented 2 years ago

Fixes # .

Changes introduced in this pull request:

Tasks

@cjam

cjam commented 2 years ago

Thanks for the PR!

Is this supported by older versions of Gradle / do we need to worry about it breaking for older RN projects?

suryababus commented 2 years ago

SourceSets is supported from gradle-2.10. This change won't be a problem for projects using gradle version above this.