On this page, it is written:
versionName — A string used as the version number shown to users. This setting can be specified as a raw string or as a reference to a string resource.
I would like to use a resource as version number. Something like @string/version .
What's the way ?
Thanks
Julien