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 2018/11/26 13:12:08 UTC

[GitHub] maurocolella commented on issue #588: 7.1.4 defaults to android-27

maurocolella commented on issue #588: 7.1.4 defaults to android-27
URL: https://github.com/apache/cordova-android/issues/588#issuecomment-441633827
 
 
   1) For example, dependencies of `cordova-plugin-crosswalk-webview` such as the android support library.
   
   See: 
   https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/issues/207
   https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview/issues/205#issuecomment-371669478
   
   2) Not sure.
   
   3) In your `config.xml`, add:
   
   ```
       <plugin name="cordova-plugin-device" spec="^2.0.2">
           <variable name="android-minSdkVersion" value="19" />
           <variable name="android-targetSdkVersion" value="28" />
       </plugin>
   ```
   
   Then `cordova add platform android`.
   
   Build files are generated for an `android-27` compile target.

----------------------------------------------------------------
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