<!-- Generated file. Do not edit. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="{{androidIdentifier}}"
    xmlns:tools="http://schemas.android.com/tools">
  <uses-permission android:name="android.permission.INTERNET"/>
  <application
    tools:node="merge">
    <meta-data
      android:name="flutterProjectType"
      android:value="module" />
      <!-- Don't delete the meta-data below.
           It is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
      <meta-data
          android:name="flutterEmbedding"
          android:value="2" />
  </application>
</manifest>
