From f7efeae01dc89befcd80df34397e406a976906f8 Mon Sep 17 00:00:00 2001 From: Taras <tarassmakula@gmail.com> Date: Mon, 1 Aug 2022 16:09:42 +0300 Subject: [PATCH] Add config file for gplay flavor --- app/src/gplay/google-services.json | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app/src/gplay/google-services.json diff --git a/app/src/gplay/google-services.json b/app/src/gplay/google-services.json new file mode 100644 index 000000000..9452a2ea1 --- /dev/null +++ b/app/src/gplay/google-services.json @@ -0,0 +1,39 @@ +{ + "project_info": { + "project_number": "88789403358", + "project_id": "circuli", + "storage_bucket": "circuli.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:88789403358:android:2dbe833e58afe69631244f", + "android_client_info": { + "package_name": "org.futo.circles" + } + }, + "oauth_client": [ + { + "client_id": "88789403358-q0g728vha7lb42mfv8ebi2j43t2lvrj8.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyDYXaJA5uUCaZaRIQoNaC_ID-jd0Q5F4UE" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "88789403358-q0g728vha7lb42mfv8ebi2j43t2lvrj8.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file -- GitLab