andresperezmelo / print_bluetooth_thermal

Plugin para enviar bytes sin procesar a la impresora solo por ahora para Android
Other
27 stars 29 forks source link

Add namespace in android's build.gradle file #29

Open hurelhuyag opened 10 months ago

hurelhuyag commented 10 months ago

Guide: https://developer.android.com/build/configure-app-module#set-namespace

andresperezmelo commented 8 months ago

The nameSpace is for what purpose? that is not from the app? is there any warning for lack of nameSpace?

hurelhuyag commented 8 months ago

Latest gradle android plugin requires namespace. Without it the build always fails.

hurelhuyag commented 7 months ago

@andresperezmelo https://github.com/andresperezmelo/print_bluetooth_thermal/pull/30