vanniktech / Emoji

A library to add Emoji support to your Android / iOS / JVM Application
Apache License 2.0
1.52k stars 291 forks source link

Switch GoogleCompat to emoji2 #1007

Closed singpolyma closed 1 month ago

singpolyma commented 11 months ago

Currently it's using the old androidx.emoji package, which is deprecated.

vanniktech commented 11 months ago

Feel free to PR (as a new module, we support both for a while)

adbenitez commented 9 months ago

IIRC emoji2 requires minimum android version to be 5+ I hope this library doesn't drop support for android 4, but I am just looking into it, I am still not sure what is the minimum SDK supported

vanniktech commented 7 months ago

We have minSdk 21 so we don't support Android 4