Move stuff around again

This commit is contained in:
zontreck 2024-05-22 16:10:35 -07:00
parent 399d884681
commit 52c6fff445
151 changed files with 0 additions and 72 deletions

View file

@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool 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>