Merge pull request #2455 from ygorshenin/fix-android-build

[build] Fixed android build.
This commit is contained in:
Alexander Marchuk 2016-03-23 19:10:51 +03:00
commit ffa882f734

View file

@ -45,7 +45,7 @@ dependencies {
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
compile('com.crashlytics.sdk.android:crashlytics-ndk:1.1.2@aar') { transitive = true }
// 3-party
compile 'com.facebook.android:facebook-android-sdk:4.10.0'
compile 'com.facebook.android:facebook-android-sdk:4.8.0'
compile 'com.parse.bolts:bolts-android:1.4.0'
compile 'com.parse:parse-android:1.13.0'
compile 'com.google.code.gson:gson:2.6.1'