I am trying to release an update of an existing Android application.
What is the correct way of versioning an Android application?
Here Developer guide I found that format may be <major>.<minor>.<point>
.
Can someone please explain me what each of major
, minor
and point
mean?