Because in the Merged Manifest I see the minSdkVersion
and the targetSdkVersion
with other values different to the AndroidManifest of my app?
I was investigating and I understand that when the app is compiled, a definitive AndroidManifest is generated, among all those that may be in the project.
From the Manifest Sources list, I clicked on each of the links and changed the values in each file to minSdkVersion="9"
and targetSdkVersion="23"
and versionCode="12"
, as I want it to be finally to be able to upload it to the store. But the Merged Manifest remains the same ..
What should I do? Thanks.