Hello
In main we have the following:
#VersionCode: 2
#VersionName: 1.24.16.10.03
It would be nice is we could do the following:
#VersionCode: 2
#VersionName: 1.24.16.10.03.#VersionInc
Where #VersionInc starts at zero is stored in the meta data for the project or the project file itself and every time we compile it inc by 1.
The VersionCode is obviously related to the play store and the programmer has to make the conscience decision to change it for publishing. The versionName how ever would allow somesort of version during development.
The example I have used is the app version 1.24 followed by the yy.mm.dd and hopefully an auto incrementation number.
Hope you consider it or some other method.
Regards
John.
In main we have the following:
#VersionCode: 2
#VersionName: 1.24.16.10.03
It would be nice is we could do the following:
#VersionCode: 2
#VersionName: 1.24.16.10.03.#VersionInc
Where #VersionInc starts at zero is stored in the meta data for the project or the project file itself and every time we compile it inc by 1.
The VersionCode is obviously related to the play store and the programmer has to make the conscience decision to change it for publishing. The versionName how ever would allow somesort of version during development.
The example I have used is the app version 1.24 followed by the yy.mm.dd and hopefully an auto incrementation number.
Hope you consider it or some other method.
Regards
John.