AniTrend / android-emojify

An android project to convert short codes, emoticons, html entities, emoticons to emoji and vice-versa
https://anitrend.github.io/android-emojify
Apache License 2.0
25 stars 12 forks source link

Typo in doc dependency #177

Closed yoobi closed 6 months ago

yoobi commented 6 months ago

Description of Bug

dependencies {
    implementation 'com.github.anitrend:android-emojify:{latest_version}'
}

https://jitpack.io/#wax911/android-emojify --> 1.7.1 build successfully https://jitpack.io/#AniTrend/android-emojify --> 1.7.1 build failed

README should be updated to either com.github.wax911:android-emojify or aniTrend should republish 1.7.1.

github-actions[bot] commented 6 months ago

Hey there! Thank you for creating an issue :) Please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

wax911 commented 6 months ago

Thanks @yoobi PRs are always welcome 😃 I have just re-triggered a build https://jitpack.io/#anitrend/android-emojify/1.7.1 and should be available.

https://jitpack.io/#wax911/android-emojify was where the project was initially hosted prior to moving it into the anitrend space, surprised it's still pulling from it

yoobi commented 6 months ago

If anitrend is the right repo to use then there is no typo in the doc :) The only issue is that the build from https://jitpack.io/#anitrend/android-emojify/1.7.1 failed

yoobi commented 6 months ago

The build is successful now, you can close the issue :)