1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00
Files
flutter-examples/firebase_crash_reporting/android/app/src/debug/AndroidManifest.xml
SAGAR SURI ef8f5fd321 firebase crash reporting (#67)
* Created app

* Setup firebase for android

* Added crashlytics plugin

* Setup crashlytics for android

* Setup crashlytics for iOS

* Initialized Firebase and crashlytics

* Update README.md
2021-07-25 20:58:15 +02:00

8 lines
347 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.nisrulz.firebase_crash_reporting">
<!-- 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>