From 682dbae03b2b189d4bccac76604602f899710d99 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 3 Jun 2019 09:48:18 -0400 Subject: [PATCH] MM-15959 disable android firebase analytics (#2854) --- android/app/google-services.json | 8 ++++---- android/app/src/main/AndroidManifest.xml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/android/app/google-services.json b/android/app/google-services.json index 9f083952d..74d308939 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -26,7 +26,7 @@ ], "services": { "analytics_service": { - "status": 1 + "status": 0 }, "appinvite_service": { "status": 1, @@ -57,7 +57,7 @@ ], "services": { "analytics_service": { - "status": 1 + "status": 0 }, "appinvite_service": { "status": 1, @@ -88,7 +88,7 @@ ], "services": { "analytics_service": { - "status": 1 + "status": 0 }, "appinvite_service": { "status": 1, @@ -101,4 +101,4 @@ } ], "configuration_version": "1" -} \ No newline at end of file +} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 54cfc1fcf..e3d966fce 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,6 +19,7 @@ android:installLocation="auto" android:networkSecurityConfig="@xml/network_security_config" > +