Installation issue
verybluebot opened this issue · 2 comments
verybluebot commented
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
rockerhieu commented
If you want to use emojiconize then add this line into your build.gradle:
compile 'io.github.rockerhieu:emojiconize:1.0.0
verybluebot commented
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