freshworks / mobihelp-android

MIT License
15 stars 13 forks source link

Publishing packages to jcenter? #13

Open dkozel opened 9 years ago

dkozel commented 9 years ago

Hello,

Are there plans to publish Mobihelp to jcenter in the future? It eases the process of staying up to date and provides the ability to pin the build on a specific version of the library without adding the mobihelp repository to our app's.

Thanks!

hrishikesh-p commented 9 years ago

Hi Dkozel , We have considered maven central / jcenter as possible distribution methods and we are working towards it . We will keep you posted about the progress on this .

alexleutgoeb commented 9 years ago

Any updates on this? Thanks!

tryprasannan commented 9 years ago

We're working on it. We'll update once it is ready.

tinsukE commented 9 years ago

Got a bit tired of waiting, for anyone willing to remove the 3rd party code from your repo, try https://github.com/tinsukE/mobihelp-sdk-android.

I'm basically using jitpack (https://jitpack.io/) to do the heavy work, just had to repackage the SDK in a gradle library friendly format.

To use this, add the jitpack maven repository to your build.gradle file:

repositories {
    maven { url "https://jitpack.io" }
    ...
}

and add the dependency:

dependencies {
    ...
    compile 'com.github.tinsukE:mobihelp-sdk-android:v1.4-1'
}

Check https://jitpack.io/ for similar maven instructions.

alexleutgoeb commented 9 years ago

:+1: thanks!

lucamtudor commented 8 years ago

@hrishikesh-p almost 11 months later still no jcenter. Also, we have api 23 now. The days of api 19 have passed a while ago.

vitorleal commented 8 years ago

@hrishikesh-p any news on this?

lucamtudor commented 8 years ago

@vitorleal =)))

gugarush commented 8 years ago

@tryprasannan Do you have any news about this? Thanks

riyaz commented 8 years ago

is this project abandoned ?

hrishikesh-p commented 8 years ago

We do plan on supporting this project in the current state, but we are no longer adding features to this .

We have a new and improved version of the SDK called "Hotline". We are actively working on this and adding features. Please do check it out @ http://hotline.io

riyaz commented 8 years ago

@hrishikesh-p how do we migrate from freshdesk sdk to hotline, can please you share migration docs for this.

hugofcampos commented 8 years ago

@hrishikesh-p we are talking about the same Freshdesk product? It doesn't make sense for me to use Hotline in our case.