mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
89 stars 39 forks source link

AudioKit v4 required #13

Open PROGrand opened 3 years ago

PROGrand commented 3 years ago

AudioKitCore cross-platform code removed from AudioKit master branch. So branch v4 of AudioKit submodule is required. Git logic incorporated into build.gradle does not trigger actual pull action at least in android studio canary 2021.1.1.1 + gradle 4.1.2 Instead AudioKit v4 branch presence in .gitmodules and git recursive submodules clone performs well.

mikeperri commented 2 years ago

Hey, thanks for checking out the library and opening an issue. I changed the cloneThirdPartyRepos task in the build.gradle, and I'm using specific commits for all third party repos now. Let me know if you're still having this issue.