antonkrasov / AndroidSocialNetworks

Library for easy work with Facebook, Twitter, LinkedIn and Google on Android
1.03k stars 260 forks source link

Duplicate dex issues with Parse #43

Closed rohanr22 closed 9 years ago

rohanr22 commented 9 years ago

When you use facebook sdk along with the parse sdk, both import the bolts library causing multiple dex issues. The fix is to use 'com.parse.bolts:bolts-android:+' in the facebook sdk instead of the jar.

antonkrasov commented 9 years ago

@rohanr22, just use "gradle exclude" from dependency.