0
votes

I have integrated the Smack library (xmpp client) to my android project (using the instruction as specified in https://github.com/igniterealtime/Smack/wiki/Smack-4.3-Readme-and-Upgrade-Guide, gradle method). However, there is some change in our system, that i have to forked the current Smack repo on github, and made some modification. The question is, now, how do i integrate those changes in my current project?

1

1 Answers

0
votes

Use gradle's composite build future and add your forked Smack as git submodule to your project.

Feel encouraged to contribute any improvements back to Smack.