glassfy / glassfy-flutter

Open source SDK to quickly integrate subscriptions, stop worring about code maintenance, and getting advanced real-time data. Javascript / iOS glue framework
MIT License
21 stars 4 forks source link

Fix compatibility with Gradle 8.0 #20

Closed marcelpinto closed 7 months ago

marcelpinto commented 7 months ago

This package is blocking the upgrade of gradle because it's missing the namespace attribute in the build.gradle.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':glassfy_flutter'.
> 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.

     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.
lgarbo commented 7 months ago

Thanks for reporting, fixed with #19