AlexDisler / cordova-icon

Automatic icon resizing for Cordova
MIT License
689 stars 292 forks source link

Support mipmap-* icon directories for cordova-android@6.0.0 #86

Closed mnasyrov closed 7 years ago

mnasyrov commented 7 years ago

Please support cordova-android v6.0.0. It expects icons in 'platforms/android/res/mipmap-*' directories instead of 'drawable' directories. As I see it was changed by CB-8722.

BrunoCartier commented 7 years ago

85 has been merged, is it okay for you?

mnasyrov commented 7 years ago

Thank you, it works now! (tested against the master while v0.9.1 is not published to npm)