Version of the application in Google Play does not match the manifest

96 Views Asked by At

Placing the application in Google Play, I saw that the required version set to "1.6 or later", but in the manifest worth 4.0.

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19"/>
0

There are 0 best solutions below