Skip to content
Snippets Groups Projects

Resolve "Improve build process"

Merged Benoît Harrault requested to merge 15-improve-build-process into master
15 files
+ 114
82
Compare changes
  • Side-by-side
  • Inline
Files
15
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.benoitharrault.midisynth">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
Loading