The version of Android APP is divided into package name and version code. The package name is something like x.y. z, and the version code is an integer.
In your case, it should be that the version code has been updated, but the package name has not been updated.
After looking at the problem carefully: it should be different apk with the same version number
The version of Android APP is divided into package name and version code. The package name is something like x.y.
z, and the version code is an integer.
In your case, it should be that the version code has been updated, but the package name has not been updated.
After looking at the problem carefully: it should be different apk with the same version number