I have gone through the following links but they don't provide a clear and definitive answer to my question. This is what I could derive from the answers:
targetSdkVersion
indicates that the app is tested against the target version and will run on all android versions fromminSdkVersion
totargetSdkVersion
with no compatibility issues.
- Android Min SDK Version vs. Target SDK Version
- what is the difference between "min sdk , target sdk and compile with " ? in android
My app's minSdkVersion=11 and targetSdkVersion=19, Now I am not sure whether devices with higher SDK versions will see my app on Google Play Store or not.
UPDATE: For those who may encounter this question here is a great article I found: http://www.thedroidsonroids.com/blog/android/compile-min-max-and-target-sdk-versions/