配置三星华为,补充

This commit is contained in:
Martin 2024-10-25 15:59:00 +08:00
parent 17527c1b60
commit 7b256ff3c4

View File

@ -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 {