Currently, an app version looks like this: 3.4.448.
Here 3 is the major version 4 is the minor version and 448 is the unique version code number required by Google Play Console.
We shouldn't think of the third digit here as patch version. Even if we release a new major version, this third digit will increment.
So our app version should follow the regular semantic versioning with major, minor and patch version.
Currently, an app version looks like this: 3.4.448. Here
3
is the major version4
is the minor version and448
is the unique version code number required by Google Play Console.We shouldn't think of the third digit here as patch version. Even if we release a new major version, this third digit will increment.
So our app version should follow the regular semantic versioning with major, minor and patch version.