What is the minimum Android API level for Smack 4.1?

I am creating an android android app and am planning to use Smack 4.1 as Android XMPP library. Before proceeding, I just want to confirm that Smack 4.1 is well supported in all versions of Android since Android 4.0, as this will be the minimum OS that I would like my app to support.

+3


source to share


2 answers


Smack 4.1's minimum Android API level is 8 . This means that Smack 4.1 can work on Android devices running Android 2.2 or later .



For the curious , the Android API level Smack requires is defined in the Smackversion.gradle

.

+2


source


Yes 4.1 will work on any version of Android to be aware Smack <4.1 does not work on Android, mostly



I would advise you to rather go with Asmack, I have developed a chat app before with Asmack and recently started a new app. Asmack uses the Smack API internally.

0


source







All Articles