ekasetiawans / flutter_bluetooth_printer_plugin

MIT License
21 stars 36 forks source link

Update build.gradle #33

Closed ettaegbe closed 2 months ago

ettaegbe commented 3 months ago

Fix for:

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'
 }