When trying to upload an apk updating the version of my app I am receiving this error:
The minSdkVersion property is defined in the build.gradle file and is present in the AndroidManifest.xml file. Using Android Studio's APK Analyze tool, I compared the contents of the AndroidManifest.xml file between the previous version, which I downloaded from the app's release page, and the version I'm trying to upload and they are identical.
What does this error mean? Any suggestions on what I could try?