From 7b256ff3c4c0b6d0091dd1425bc5fe45ca59d831 Mon Sep 17 00:00:00 2001 From: Martin <13046765170@163.com> Date: Fri, 25 Oct 2024 15:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=89=E6=98=9F=E5=8D=8E?= =?UTF-8?q?=E4=B8=BA=EF=BC=8C=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package_config.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package_config.gradle b/package_config.gradle index d869c8be7..092fb7480 100644 --- a/package_config.gradle +++ b/package_config.gradle @@ -32,7 +32,10 @@ android { serverHost : rootProject.ext.manifestPlaceholders.testServerHost, isGooglePlay : 3, isUploadLog : true, - isPluginModel: rootProject.ext.manifestPlaceholders.isPluginModel + isPluginModel: rootProject.ext.manifestPlaceholders.isPluginModel, + facebook_app_id : "938330614686044", + facebook_client_token : "b1b574a2cdf0ced1ae5df7274636f65d", + lineChannelId : "2006123567" ] } samsung_online { @@ -41,7 +44,10 @@ android { serverHost : rootProject.ext.manifestPlaceholders.serverHost, isGooglePlay : 3, isUploadLog : true, - isPluginModel: rootProject.ext.manifestPlaceholders.isPluginModel + isPluginModel: rootProject.ext.manifestPlaceholders.isPluginModel, + facebook_app_id : "938330614686044", + facebook_client_token : "b1b574a2cdf0ced1ae5df7274636f65d", + lineChannelId : "2006123567" ] } google_test {