anandtripathi5 commented on issue #686:
URL: https://github.com/apache/cordova-android/issues/686#issuecomment-697120359


   in your AndroidManifest.xml you can specify it like
   `<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="23" />`
   
   Also can set in config.xml
   
   ```
   <platform name="android">
   
     <preference name="android-minSdkVersion" value="22"/> 
     <preference name="android-targetSdkVersion" value="23"/>
   
     <!--other line code -->
   
   </platform>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to