cometchat / chat-sdk-android

Text Chat SDK for Android
https://www.cometchat.com
22 stars 12 forks source link

[2.0.1] Reasons for minSdkVersion 21 #22

Closed Arrefelt closed 4 years ago

Arrefelt commented 4 years ago

Just wondering what features of the CometChat SDK requires API 21 and if there are any plans on lowering it?

Since our app is currently only requiring 16, it's a somewhat big jump for us to even be able to use CometChat. As of now, seems like about 10,7% of Android users are on <21 and 6.9% are on 19, so being able to lower to at least 19 would be great.

adityagokula2210 commented 4 years ago

Hello @Arrefelt Unfortunately, we do not plan to reduce the minimum SDK version for the CometChat Android SDK any time in the near future. The main reason for this is that our calling component uses various webrtc related components that require the minimum SDK version to be set to 21. We regret the inconvenience caused.

Arrefelt commented 4 years ago

Ok, thanks for the clarification!