fix: Non FCM Android builds crash on start

This commit is contained in:
Christian Pauly 2022-07-09 13:08:36 +02:00
commit 1a69e5ec55
12 changed files with 40 additions and 38 deletions

View file

@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="chat.fluffy.fluffychat">
<!-- Flutter needs it to communicate with the running application
<!-- 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"/>