mikepenz / Android-Iconics

Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
https://mikepenz.dev
Apache License 2.0
5.19k stars 617 forks source link

Update Community Material to latest version #606

Closed leroyboerefijn closed 2 years ago

leroyboerefijn commented 2 years ago

About this issue

Community Material (https://materialdesignicons.com/) is at version 6.3.95 by now. Could you please update to the latest release?

Checklist

leroyboerefijn commented 2 years ago

Are there any instructions on how I could do this myself?

zTrap commented 2 years ago

@leroyboerefijn https://github.com/mikepenz/Android-Iconics#create-custom-fonts

mikepenz commented 2 years ago

@leroyboerefijn the section about https://github.com/mikepenz/Android-Iconics#create-custom-fonts describes the overall principe.

Due to the size of and amount of icons in the material design icons sometimes it needs some manual tweaking.

But generally speaking:

mikepenz commented 2 years ago

@leroyboerefijn seems @zTrap was faster than me :D.

zTrap commented 2 years ago

Just for a few seconds :D

leroyboerefijn commented 2 years ago

Awesome! I will give it a try :)

leroyboerefijn commented 2 years ago

I get the following error during gradle sync: "This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2021.1.1 or newer"

I checked and my Android Studio + plugins are all up to date. Any ideas?