ekasetiawans / flutter_bluetooth_printer_plugin

MIT License
21 stars 36 forks source link

Android 34 Namespace not specified #35

Open RenanLopes1595 opened 2 months ago

RenanLopes1595 commented 2 months ago

Hello. When I build the project with gradle 8.0, compilation fails because throwns this error: Namespace not specified

image

Can you add the namespace in builg.gradle?

android { namespace "com.group_name.your_project_name" compileSdkVersion 34

}