Browse Source

Update google services

Mario Danic 8 years ago
parent
commit
5c201a823e
2 changed files with 36 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 35 0
      src/custom/google-services.json

+ 1 - 1
.gitignore

@@ -33,4 +33,4 @@ tests/proguard-project.txt
 *.iml
 build
 /gradle.properties
-src/custom/google-services.json
+

+ 35 - 0
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"
+}