[android] Updated FB, Parse, Flurry.

This commit is contained in:
Dmitry Yunitsky 2015-09-19 17:04:04 +03:00 committed by Alex Zolotarev
parent bbe1f9d15e
commit 936c48148b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -27,9 +27,9 @@ dependencies {
compile 'com.google.android.gms:play-services-analytics:7.8.0'
compile 'com.google.android.gms:play-services-plus:7.8.0'
// 3-party
compile 'com.facebook.android:facebook-android-sdk:4.5.0'
compile 'com.facebook.android:facebook-android-sdk:4.6.0'
compile 'com.parse.bolts:bolts-android:1.2.1'
compile 'com.parse:parse-android:1.10.1'
compile 'com.parse:parse-android:1.10.2'
compile fileTree(dir: '3rd_party', include: '*.jar')
// BottomSheet
compile project(":3rd_party:BottomSheet")