Skip to content

Commit

Permalink
android: Added support for custom monochrome icons defined in config.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
liyamahendra committed Mar 9, 2023
1 parent 09b57d8 commit edbbdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ function getAdaptiveImageResourcePath (resourcesDir, type, density, name, source
return resourcePath;
}

// Mahendra
function updateIcons (cordovaProject, platformResourcesDir) {
const icons = cordovaProject.projectConfig.getIcons('android');

Expand Down

0 comments on commit edbbdd7

Please sign in to comment.