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 CommunityMaterial to 6.4.95 #613

Closed leroyboerefijn closed 2 years ago

leroyboerefijn commented 2 years ago

I followed the procedure in #606

All files were updated, but I cannot test if the project builds, since the gradle sync gives the following error: "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"

mikepenz commented 2 years ago

@leroyboerefijn the project currently uses the Chipmunk alpha of Android Studio: https://github.com/mikepenz/Android-Iconics/blob/develop/build.gradle#L64 It should be possible to lower that version though :).

Thank you very much for the PR. I'll have a look as soon as possible. Really appreciated!

mikepenz commented 2 years ago

Looks the mappings are in a range not allowed anymore. I'll probably need to do the setup manually again :/

mikepenz commented 2 years ago

Thank you very much for the PR. I had to patch things and do it manually via icomoon (due to the codepoints not being in range otherwise)

leroyboerefijn commented 2 years ago

Thanks a lot for finishing the PR! I didn't have time to look into it further