I got this error when uploading a new version of the app to post to the Appstore
Does this mean that in the new version of the application it is no longer possible to install a lower minimum SDK level, even though the application version is higher?
Why did the application version code become 1005, even though I had version: 2.0.0+5 (where 5 refers to the code version - build version)? Last time I just set it to 4, and the uploaded file showed it that way - i.e. 4.
It sounds like maybe you don’t have a multi-APK app? This can happen when you add the new APK as a second APK instead of replacing the old APK. Make sure you click “Replace APK” on the old APK file instead of clicking “Add new APK”.