While maintaining an app on both Android and iOS, I must manually set version number on 2 different source files and keep them in sync at each release
A platform-agnostic attribute would be great
B4A:
#Region Module Attributes
#VersionCode: 341
B4i:
#Region Project Attributes
#Version: 1.0.341
A platform-agnostic attribute would be great