JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 529 forks source link

Importing Iconify into Android to Use as a Dependency #209

Closed jakegriffey closed 5 years ago

jakegriffey commented 6 years ago

I can't figure out how to import any libraries from iconify into my android studio project for the life of me. I imported the two libraries I needed but the gradle can't build because they specify dependencies on things in rootProject.ext (such as rootProject.ext.androidPlugin). Android Studio tells me this file does not exist and I have no idea what to do. Can anyone help?