I'm trying to set some kind of a version number that will be updated automatically, as im adding and changing the code every time, i was thinking of just making the version number relate to the last date (i.e 1.2.7.16 for 16.7) and show it somewhere on my app, so coworkers could check for related bugs.
so i'v make a simple string, but it is 2 much work changing it every time,
would it be possible to somehow do it programmatically?
How can i make that string be the corelate to the date of then i export my apk?