Actionbarsherlock conflicts Facebooks sdk facebook-android-sdk:[4,5)

45 Views Asked by At

My project is 3 years old which uses compile project(':actionbarsherlock')

Now trying to update facebooks sdk to lates version because Reminder: Graph API v2.4 will be deprecated on Oct 09, 2017

After updating to latest facebook version I get lots of conflicts error

gradle file

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.onesignal:OneSignal:3.+@aar'
    compile files('libs/commons-lang3-3.3.2.jar')
    compile files('libs/httpclient-4.3.3.jar')
    compile files('libs/httpcore-4.3.2.jar')
    compile files('libs/httpmime-4.3.3.jar')
    compile files('libs/twitter4j-core-4.0.2.jar')
    compile files('libs/universal-image-loader-1.9.2-with-sources.jar')
    compile project(':actionbarsherlock')
    compile 'com.google.android.gms:play-services-location:9.0.0'
    compile 'com.google.android.gms:play-services-maps:9.0.0'
    compile 'com.facebook.android:facebook-android-sdk:[4,5)'
}

Error

enter image description here

sherlock.gradle

enter image description here

0

There are 0 best solutions below