Can we update the APK on Google Play Store with out changing the APP Version
You cannot update an existing app w/o changing its version code. Each time you update your app, you should increment its version code by 1. The version code is not externally visible to the user, and is used only as a means of versioning your application. You can update an existing app w/o changing its … Read more