diff --git a/material-design-icons b/material-design-icons index eae603ae..a6145e16 160000 --- a/material-design-icons +++ b/material-design-icons @@ -1 +1 @@ -Subproject commit eae603ae946b6f813b7edc5611226d8ceae327ff +Subproject commit a6145e167b4a3a65640dd6279319cbc77a7e4e96 diff --git a/script/copy_icons.py b/script/copy_icons.py index 63f8d98b..2951b79a 100644 --- a/script/copy_icons.py +++ b/script/copy_icons.py @@ -17,7 +17,6 @@ # Remove not android icons dir. category_dirs.remove("iconfont") category_dirs.remove("sprites") -category_dirs.remove("www") for category in category_dirs: for drawable in drawables: diff --git a/script/create_template.py b/script/create_template.py index 6f97ab13..447a2226 100644 --- a/script/create_template.py +++ b/script/create_template.py @@ -6,7 +6,6 @@ # Remove not android icons dir. category_dirs.remove("iconfont") category_dirs.remove("sprites") -category_dirs.remove("www") template_file = open('./src/main/resources/template.xml', 'w') template_file.write('\n')