Placeholder Error on Build

I am creating a binding for Xamarin with the android lib and I encounter this error after binding

Error APT2000: multiple substitutions specified in non-positional format; did you mean to add the formatted=“false” attribute?. (APT2000)

Looking at the values strings, I see some strings with positions not specified as seen in the screenshot below

Version: v4.6.21666.0429

Screenshots

Additional context
This is in all the values file in mobilertc lib. Can this be fixed in the next version please.

@carson.zoom Can you take a look at this for me please

Hi stntz,

Thanks for the post and pardon the late response. May I inquire what is the compileSdkVersion and the buildToolsVersion that you are using? Could you have a try with the following configurations and see if it helps?

compileSdkVersion 29
buildToolsVersion "29.0.2"

Thanks!