How do I fix the merger failure of AndroidManifest.xml file to ensure Flutter build appbundle works?
Right now I am trying to build my appbundle in flutter using the following command: flutter build appbundle --release and receive the following error: Manifest merger failed : android:exported needs to be explicitly specified for <receiver>. Apps targeting Android 12…