diff --git a/.gitignore b/.gitignore index 797e6b6500..36bf355531 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ tests/proguard-project.txt *.iml build /gradle.properties -src/custom/google-services.json + diff --git a/src/custom/google-services.json b/src/custom/google-services.json new file mode 100644 index 0000000000..c115e9e3ab --- /dev/null +++ b/src/custom/google-services.json @@ -0,0 +1,35 @@ +{ + "project_info": { + "project_number": "", + "project_id": "" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "", + "android_client_info": { + "package_name": "com.custom.client" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 1 + } + } + } + ], + "configuration_version": "1" +}