I'm getting the error:
1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':gallery_saver'.
> 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. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
As of AGP 8+ you must set the namespace in the android {} section of build.gradle. Is there an ETA for AGP 8+ support?
I'm getting the error:
As of AGP 8+ you must set the namespace in the android {} section of build.gradle. Is there an ETA for AGP 8+ support?