From 0127a67fb0e5caeb55712054161bf7634c2ceab0 Mon Sep 17 00:00:00 2001 From: Graham Jones Date: Wed, 1 Mar 2023 15:01:53 +0000 Subject: [PATCH] Added dummy google-services.json to avoid compilation error. --- app/src/google-services.json | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/src/google-services.json diff --git a/app/src/google-services.json b/app/src/google-services.json new file mode 100644 index 0000000..f62842f --- /dev/null +++ b/app/src/google-services.json @@ -0,0 +1,47 @@ +{ + "project_info": { + "project_number": "1234", + "project_id": "osd-data-sharing", + "storage_bucket": "osd-data-sharing.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "xxxx", + "android_client_info": { + "package_name": "uk.org.openseizuredetector" + } + }, + "oauth_client": [ + { + "client_id": "xxxx", + "client_type": 1, + "android_info": { + "package_name": "uk.org.openseizuredetector", + "certificate_hash": "xxx" + } + }, + { + "client_id": "xxx", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "xxx" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "xxx", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file