Attempting to build a flutter 3.38.3 project with dependency advertising_identifier: ^1.0.0 fails with the following error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':advertising_identifier'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
> Namespace not specified. Specify a namespace in the module's build file: /Users/<user>/.pub-cache/hosted/pub.dev/advertising_identifier-1.0.0/android/build.gradle. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
I see the change is checked in to master; you just need to publish a new build so I don't need to use a fork for this one thing. Thanks!
Attempting to build a flutter 3.38.3 project with dependency
advertising_identifier: ^1.0.0fails with the following error:I see the change is checked in to master; you just need to publish a new build so I don't need to use a fork for this one thing. Thanks!