Android Question Best way to display app current version/release

FERNANDO SILVEIRA

Active Member
Licensed User
Hello, all

I'm looking for suggestions on how to display on a label field my current app version/release (ex. v1r7) level on the screen. Currently I have to manually change the label field every change on the version/release level I make. Not to mention that sometimes I forget to change it and have to compile again just to fix version/release number...

:-/

How do you guys deal with this?

Regards,
Fernando Silveira
 

FERNANDO SILVEIRA

Active Member
Licensed User
Thank you all for the responses...

So these values come from
B4X:
#Region  Project Attributes 
    #ApplicationLabel: B4A GenealogyLite
    #VersionCode: 1
    #VersionName: x

Which means I still have to change it manually.
I thought there was a way to automatically generate these values numbers every time I compile the app...
 
Upvote 0
Top