vudangkhoa2906
vudangkhoa2906

Reputation: 193

how to integrate forked Smack XMPP repository in android?

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?

Upvotes: 0

Views: 238

Answers (1)

Flow
Flow

Reputation: 24083

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.

Upvotes: 0

Related Questions