android put versionCode and VersionName from gradle to xml
I would like to know is it possible to add versionCode and VersionName from gradle to xml. I don't want to add it programmatically, I am talking about hardcoding these values in xml (for example in "text" value of TextView.
Is this possible?