Android-DFU-Library
Android-DFU-Library copied to clipboard
Use positional format specifier for uploading resource
This PR fixes the following issue:
- When creating bindings of the latest version for a MAUI application, the build fails with the following error. By using positional format specifiers for the string resource with two format specifiers, it worked for me.
values.xml(2): Error APT2000 : multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?.
values.xml: Error APT2261 : file failed to compile.
Fixes #428
Hi @philips77,
Have you had time to check if you can integrate the change, or is there anything I can do to assist?
Hi, I'm busy with other projects currently, but I'll try to have a look at DFU next week.
Hi @philips77, just a friendly reminder. Would appreciate if you have time to check it.
I need this one to be merged as well. It's an annoying blocker.
Ok, will do it today. Sorry, I forgot.
Released in 2.5. Could you check if everything is OK now?