The versioning is in 2 parts, the one that really counts is the versionCode. versionName can be whatever makes sense to you. The way you have started your numbering scheme 1.3.0 would be the most logical, then 1.3.1, 1.3.2 ... for 1.3 bugfixes and then 1.4.0 for the next new features etc.
On Aug 27, 2016 11:53 PM, <[email protected]> wrote: > Hey, I'm a new developer and I'm a little unsure about the system of > versioning. I've recently made my first app and the versioning done so far > is mentioned below: > > 1.0 App > 1.1 Logo modification > 1.2 Feature added > 1.2.1 Screen orientation bug fixed > 1.2.2 Screen animation bug fixed > > now for example if I want to include a new feature in the next update, > what version name will i assign to that apk 1.3.0 or 1.3.2 ????? > > I hope my question is clear. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/android-developers. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/android-developers/e5420dc3-b5ed-4d61-b42c- > 3b1cafeb35fc%40googlegroups.com > <https://groups.google.com/d/msgid/android-developers/e5420dc3-b5ed-4d61-b42c-3b1cafeb35fc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CABfabRgviut-CGuHzsxUv%2BfWwmuE4nkvZ_dTfpnD5Z4tBnZ01Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

