You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/28 16:33:31 UTC

[GitHub] baversjo commented on issue #686: Bug: Cordova does not set the minSdkVersion and targetSdkVersion from config.xml correctly in the APK.

baversjo commented on issue #686: Bug: Cordova does not set the minSdkVersion and targetSdkVersion from config.xml correctly in the APK.
URL: https://github.com/apache/cordova-android/issues/686#issuecomment-468341207
 
 
   upgrading cordova-android to from 7.1.4 (where this bug got introduced I think) to 8.0.0 also solves this problem, due to this fix probably:
   https://github.com/apache/cordova-android/commit/96975504885a8cf98e251c37b64921337f32c194#diff-c162d66bb4a22683316f0fc47e104078R25
   
   After changing to config.xml to `<engine name="android" spec="^8.0.0" />` and package.json to `"cordova-android": "^8.0.0",`, I had to remove package-lock.json  and node_modules for the version not to revert.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org