Looks like the FontManager is not getting initialized (which is causing immediate app crashes) on Android N:
https://github.com/MeetMe/font-compat/blob/master/library/src/main/java/com/meetme/support/fonts/FontManager.java#L46
Maybe even consider making the latest implementation the default for API version numbers greater than the latest at the time, so as to not require an update when a new OS version is released.
Looks like the FontManager is not getting initialized (which is causing immediate app crashes) on Android N:
https://github.com/MeetMe/font-compat/blob/master/library/src/main/java/com/meetme/support/fonts/FontManager.java#L46
Maybe even consider making the latest implementation the default for API version numbers greater than the latest at the time, so as to not require an update when a new OS version is released.