rodydavis / flutter_midi

Midi Playback in Flutter
https://rodydavis.github.io/flutter_midi/
MIT License
62 stars 56 forks source link

Android build.gradle needs updating to version 29 #24

Open pdtoal opened 3 years ago

pdtoal commented 3 years ago

Running Flutter 1.26.0-2.0.pre-406 together with the latest Android tools, the flutter_midi app won't compile as the build.gradle is set to 28. When manually changing it to 29 my app compiles. Please update the build version to 29.