diff --git a/app/google-services.json b/app/google-services.json index 35ae92786..c768444fc 100644 --- a/app/google-services.json +++ b/app/google-services.json @@ -1,36 +1,26 @@ { "project_info": { - "project_number": "2", - "project_id": "-1", - "storage_bucket": "om" + "project_number": "414487219613", + "project_id": "yinm-gp-a9649", + "storage_bucket": "yinm-gp-a9649.appspot.com" }, "client": [ { "client_info": { - "mobilesdk_app_id": "1:::", + "mobilesdk_app_id": "1:414487219613:android:cb64fc92ca04f431c13374", "android_client_info": { "package_name": "app.yinm.chat" } }, - "oauth_client": [ - { - "client_id": "-...com", - "client_type": 3 - } - ], + "oauth_client": [], "api_key": [ { - "current_key": "2" + "current_key": "AIzaSyC8Ekb0HRZzsNq8aBp2qs_97G6h76URl24" } ], "services": { "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "-...com", - "client_type": 3 - } - ] + "other_platform_oauth_client": [] } } } diff --git a/library/src/module_common/java/com/nnbc123/library/common/Constants.java b/library/src/module_common/java/com/nnbc123/library/common/Constants.java index 21e25b16e..b5c26b707 100644 --- a/library/src/module_common/java/com/nnbc123/library/common/Constants.java +++ b/library/src/module_common/java/com/nnbc123/library/common/Constants.java @@ -1,9 +1,8 @@ package com.nnbc123.library.common; public class Constants { - - public static final String CHANNEL_DEF = "official"; public static final String CHANNEL_GOOGLE = "google_yinm"; + public static final String CHANNEL_DEF = CHANNEL_GOOGLE; //上传的图片 默认大小不能超过大小 640KB public static final int UPLOAD_IMAGE_MAX_FILE_LENGTH = 640; //上传的图片 默认宽高最大值 2340 @@ -11,4 +10,4 @@ public class Constants { //上传的gif 默认大小不能超过 1MB public static final int UPLOAD_GIF_MAX_SIZE = 1 << 20; -} +} \ No newline at end of file