andresperezmelo / print_bluetooth_thermal

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

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

Open hurelhuyag opened 11 months ago

hurelhuyag commented 11 months ago

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

andresperezmelo commented 10 months ago

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

hurelhuyag commented 10 months ago

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

hurelhuyag commented 9 months ago

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