Merge pull request #5055 from alexzatsepin/MAPSME-3315-update-flurry-sdk

[android] Updated Flurry sdk to 6.7.0
This commit is contained in:
Arsentiy Milchakov 2016-12-19 16:19:55 +03:00 committed by GitHub
commit dc4543977f
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -41,6 +41,8 @@ dependencies {
compile 'com.google.android.gms:play-services-analytics:8.4.0'
compile 'com.google.android.gms:play-services-plus:8.4.0'
compile 'com.google.android.gms:play-services-gcm:8.4.0'
// statistics
compile 'com.flurry.android:analytics:6.7.0'
// crash reporting
compile 'net.hockeyapp.android:HockeySDK:3.7.1'
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }