How can I define the minimum and maximum version of Android to publishing the app in Cordova using Visual Studio 2015 -


i have developed app in cordova. going publish on play store. before publishing, want know how can define minimum , maximum version of android while building apk file in cordova using visual studio.

or there setting minimum , maximum version of android on play store?

any suggestion appreciable. thank you!!

<uses-sdk android:minsdkversion="integer"           android:targetsdkversion="integer"           android:maxsdkversion="integer" /> 

documentation here

related info here


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -