JackRo opened a new issue #1010: URL: https://github.com/apache/cordova-android/issues/1010
# Feature Request ## Motivation Behind Feature When i developed my plugin, sometimes i need add the third dependency to my plugin, and the third dependency's minSdkVersion may be more bigger than the Cordova App's minSdkVersion. Then i will get build Error. And more importantly, i need to let my Cordova App compat the lower minSdkVersion. ## Feature Description The Cordova App's minSdkVersion could be lower(for example 14) after i npm install cordova-android. Or i could config my Cordova App's minSdkVersion in the config.xml. ## Alternatives or Workarounds Now i could add the minSdkVersion gradle config to my Cordova App after npm install cordova-android, but it is inconvenient. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
