format xml files

This commit is contained in:
Hiroshi Horie
2022-02-10 21:04:22 +07:00
parent c3193b7f9e
commit 226f4e7f4f
3 changed files with 39 additions and 42 deletions
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="io.livekit.example">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc. -->
<uses-permission android:name="android.permission.INTERNET" />
</manifest>