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

时间:2017-09-19 11:25:35

标签: android facebook-graph-api actionbarsherlock

我的项目是3年,使用compile project(':actionbarsherlock')

现在尝试将facebooks sdk更新为lates版本因为提醒:图谱API v2.4将于2017年10月9日弃用

更新到最新facebook version后,我收到很多冲突错误

gradle文件

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)'
}

错误

enter image description here

sherlock.gradle

enter image description here

0 个答案:

没有答案