Skip to content

Commit

Permalink
Merge pull request #428 from android/astamato-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yaraki committed Apr 3, 2023
2 parents 45459b3 + a139141 commit bb38cf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EmojiCompat/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Android EmojiCompat Sample (Kotlin)
===================================

⚠️⚠️⚠️ *Caution*: the `androidx.emoji:emoji` library is deprecated in favor of `androidx.emoji2:emoji2`, which provides integration into `androidx.appcompat`.
To support modern emoji and simplify backward-compatibility with lower versions of Android, it's recommended that you migrate to the `androidx.emoji2:emoji2` library.
For details on how to implement, see [Support modern emoji](https://developer.android.com/develop/ui/views/text-and-emoji/emoji2).

------------

This sample demonstrates usage of EmojiCompat support library. You can use this library
to prevent your app from showing missing emoji characters in the form of tofu (□). You
can use either bundled or downloadable emoji fonts. This sample shows both usages.
Expand Down

0 comments on commit bb38cf0

Please sign in to comment.