Skip to content

Commit

Permalink
Upgrade MaterialDesignIcons to 1.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 12, 2016
1 parent 94d51bb commit b231035
Show file tree
Hide file tree
Showing 12 changed files with 13,823 additions and 2,645 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ icomoonVersion = 0.0
makiVersion = 0.5.0
maki2Version = 2.0.5
materialVersion = 2.2.3
materialdesignVersion = 1.6.50
materialdesignVersion = 1.7.22
metrizeiconsVersion = 0.0
octiconsVersion = 4.3.0
openiconicVersion = 1.1.0
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ public Ikon resolve(String description) {

@Override
public String getFontResourcePath() {
return "META-INF/resources/materialdesignicons/1.6.50/fonts/MaterialDesignIcons.ttf";
return "META-INF/resources/materialdesignicons/1.7.22/fonts/MaterialDesignIcons.ttf";
}

@Override
public String getFontFamily() {
return "MaterialDesignIcons";
return "Material Design Icons";
}
}
Loading

0 comments on commit b231035

Please sign in to comment.