Android Question change VersionName Runtime

DonManfred

Expert
Licensed User
Longtime User
As far as i know; No. It is set at Compiletime.

What exactly are you trying to archieve?
 
Last edited:
Upvote 0

rscheel

Well-Known Member
Licensed User
Longtime User
As far as i know; No. It is set at Compiletime.

What exactly are you trying to archieve?

The version name is set in the manifest file so you cannot change it at runtime.

I have raised the question wrong, the issue is that every time I compile to advance in 1 version, that is the issue, since changing the version in time of execution would not have meaning, thanks for commenting.
 
Upvote 0

udg

Expert
Licensed User
Longtime User
I think he asks if it's possible to automatically increment the VersionName at each compilation.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

udg

Expert
Licensed User
Longtime User
Upvote 0
Top