This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new ecad4db  feat(android): added monochrome attribute (#197)
ecad4db is described below

commit ecad4db41f7397216cd3d83bd77a4f8a89f720a1
Author: Mahendra Liya <liyamahend...@gmail.com>
AuthorDate: Wed Feb 1 08:41:53 2023 +0530

    feat(android): added monochrome attribute (#197)
---
 src/ConfigParser/ConfigParser.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ConfigParser/ConfigParser.js b/src/ConfigParser/ConfigParser.js
index 6ff9eaf..35bc70b 100644
--- a/src/ConfigParser/ConfigParser.js
+++ b/src/ConfigParser/ConfigParser.js
@@ -567,6 +567,7 @@ class ImageResource extends BaseResource {
         this.height = Number(attrs.height) || undefined;
         this.background = attrs.background || undefined;
         this.foreground = attrs.foreground || undefined;
+        this.monochrome = attrs.monochrome || undefined;
     }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to