Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

How to Exclude Dependencies from Estimote because i already use Gson,Retrofit,RxJava,RxAndroid #271

Closed jaichandervivekanandan closed 6 years ago

jaichandervivekanandan commented 6 years ago

How to Exclude Dependencies from Estimote because i already use Gson,Retrofit,RxJava,RxAndroid etc due to that dex Merger Issue occurs,Any idea how to resolve this

pawelDylag commented 6 years ago

Hey @jaichandervivekanandan

If you are asking about this SDK (1.4.0), which is currently scheduled for deprecation, then my answer would be that there is no option to exclude it, because all those packages were manually repackaged into the resulting .aar. I suggest switching to our new ProximitySDK 🚀 , where we are using external dependencies through gradle, and so if you are using the same libraries as our SDK, then your gradle will compile only one version of that library (or will take the newest version). Read more here.

Also make sure to track our current development process in this thread on our forums.

Regards, Paweł