authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
171 stars 101 forks source link

Namespace not specified trying to move to gradle 8.0 #99

Open thomnico opened 1 year ago

thomnico commented 1 year ago

Hi,

Trying to upgrade my project to gradle 8.0 and got the following error:

A problem occurred configuring project ':biometric_storage'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Please specify a namespace in the module's build.gradle file like so:

 android {
     namespace 'com.example.namespace'
 }

 If the package attribute is specified in the source AndroidManifest.xml, it can be migrated automatically to the namespace value in the build.gradle file using the AGP Upgrade Assistant; please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information.

Does seems straight-forward to fix.

Thanks for taking a look.