taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
47 stars 39 forks source link

Update AndroidManifest.xml #56

Closed DanMossa closed 1 year ago

DanMossa commented 1 year ago

Fixes

* What went wrong:
Execution failed for task ':flutter_mailer:processDebugManifest'.
> A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction
   > Incorrect package="com.dataxad.flutter_mailer" found in source AndroidManifest.xml: /Users/daniel/.pub-cache/hosted/pub.dev/flutter_mailer-2.1.1/android/src/main/AndroidManifest.xml.
     Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
     Recommendation: remove package="com.dataxad.flutter_mailer" from the source AndroidManifest.xml: /Users/daniel/.pub-cache/hosted/pub.dev/flutter_mailer-2.1.1/android/src/main/AndroidManifest.xml.