Is there any way to embed the B4A version that is used so I can look at an app and know which B4A version it was compiled with?
I know I can do it manually by including it in the version code lines, eg
#VersionCode: 7
#VersionName: 015 (B4A12.0)
but I wondered if there is another name reserved for that purpose, preferably that would pick up the version automatically.
I know I can do it manually by including it in the version code lines, eg
#VersionCode: 7
#VersionName: 015 (B4A12.0)
but I wondered if there is another name reserved for that purpose, preferably that would pick up the version automatically.