Aghajari / AXEmojiView

an advanced library which adds emoji,sticker,... support to your Android application.
Apache License 2.0
179 stars 45 forks source link

Please publish the project to MavenCentral or maven.google.com #10

Closed hallisonoliveira closed 3 years ago

hallisonoliveira commented 3 years ago

Hello @Aghajari, could you please publish the project to maven central? I'm trying to remove jcenter() and your library is still not available on mavenCentral() or google().

Thanks!

Aghajari commented 3 years ago

hi, You can use this instead of jcenter :

        maven {
            url 'https://dl.bintray.com/Aghajari/maven' 
        }
hallisonoliveira commented 3 years ago

I'm getting 403 Forbiden from that:

Could not HEAD 'https://dl.bintray.com/Aghajari/maven/com/aghajari/emojiview/AXEmojiView/1.3.0/AXEmojiView-1.3.0.pom'. Received status code 403 from server: Forbidden

I don't know if there is another solution or if there is a problem on bintray.

Aghajari commented 3 years ago

Yeh, seems like bintray has been stopped. i'll check it soon.

You can use this for now..

AXEmojiView-release.aar.zip

hallisonoliveira commented 3 years ago

Ok, thank you for the support.

Aghajari commented 3 years ago

AXEmojiView is available in mavenCentral() now!