rockerhieu/emojicon

Installation issue

verybluebot opened this issue · 2 comments

Hi,
Cant install package. Added
compile 'io.github.rockerhieu:emojicon:1.4.2
to Gradle, syc project and still getting

that import io.github.rockerhieu.emojiconize.Emojiconize;
is not recognized when trying to import inside my activity.

Thanks

If you want to use emojiconize then add this line into your build.gradle:
compile 'io.github.rockerhieu:emojiconize:1.0.0

Ok thans,
just a note, in your README file it says to get the <latest-version>
`compile 'io.github.rockerhieu:emojicon:'

which is 1.4.2 by now