diff --git a/android/3rd_party/FlurryAnalytics-6.0.0.jar b/android/3rd_party/FlurryAnalytics-6.0.0.jar deleted file mode 100644 index b53d8a59ba..0000000000 Binary files a/android/3rd_party/FlurryAnalytics-6.0.0.jar and /dev/null differ diff --git a/android/build.gradle b/android/build.gradle index 3dfd716fa5..40e36f9499 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 }