erisu commented on a change in pull request #1016: (android) Add required versions to support adaptive icons URL: https://github.com/apache/cordova-docs/pull/1016#discussion_r323743354
########## File path: www/docs/en/dev/config_ref/images.md ########## @@ -54,7 +54,7 @@ different screen resolutions. ## Android -On Android, instead of using a single image for an icon, you can use two images (background and foreground) to create an **Adaptive Icon**. +On Android, instead of using a single image for an icon, you can use two images (background and foreground) to create an **Adaptive Icon**. In order to support adaptive icons, you need to have at least version 9.0.0 of **cordova** installed and have at least version 8.0.0 of **cordova-android** installed. Review comment: ```suggestion On Android, instead of using a single image for an icon, you can use two images (background and foreground) to create an **Adaptive Icon**. To use Adaptive Icons, you need to have installed at least version 9.0.0 of **Cordova** and version 8.0.0 of **Cordova-Android**. ``` ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
