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/27 14:34:49 UTC

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

brodybits commented on issue #588: 7.1.4 defaults to android-27
URL: https://github.com/apache/cordova-android/issues/588#issuecomment-442079692
 
 
   @maurocolella what you see in `build.gradle` are *default* values. You should see the correct values in the `uses-sdk` element in `platforms/android/app/src/main/AndroidManifest.xml`.
   
   When I tried with the recommended preferences along with `cordova-plugin-crosswalk-webview`, I got `platforms/android/app/src/main/AndroidManifest.xml` with the correct values:
   
   ```xml
       <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
   ```
   
   In case you continue to see an issue a demo project would be really helpful.

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