You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespace property needs to be set in the build.gradle file to allow building with Android Gradle Plugin v8+. If it is conditionally set this enables backwards compatibility. See the PR here: #47
I'd love to see this change addressed so that we don't have to maintain a fork of the plugin.
You can see examples of other Flutter libraries making this change here
Hi there,
The
namespace
property needs to be set in thebuild.gradle
file to allow building with Android Gradle Plugin v8+. If it is conditionally set this enables backwards compatibility. See the PR here: #47I'd love to see this change addressed so that we don't have to maintain a fork of the plugin.
You can see examples of other Flutter libraries making this change here
If you have any concerns please let me know.
Thank you :)
The text was updated successfully, but these errors were encountered: