移除百度语言残留内容

This commit is contained in:
2023-07-17 13:35:59 +08:00
parent 9bfed0bc7b
commit 16f23519b1
4 changed files with 9 additions and 7 deletions

View File

@@ -138,7 +138,7 @@
<!-- android:name="TencentMapSDK"--> <!-- android:name="TencentMapSDK"-->
<!-- android:value="${txMapAppKey}" />--> <!-- android:value="${txMapAppKey}" />-->
<!-- 百度语音识别 --> <!-- 百度语音识别 -->
<meta-data <!-- <meta-data
android:name="com.baidu.speech.APP_ID" android:name="com.baidu.speech.APP_ID"
android:value="${baiduAppId}" /> android:value="${baiduAppId}" />
<meta-data <meta-data
@@ -146,7 +146,7 @@
android:value="${baiduAppKey}" /> android:value="${baiduAppKey}" />
<meta-data <meta-data
android:name="com.baidu.speech.SECRET_KEY" android:name="com.baidu.speech.SECRET_KEY"
android:value="${baiduAppSecretKey}" /> android:value="${baiduAppSecretKey}" />-->
<!-- 服务器地址 --> <!-- 服务器地址 -->
<meta-data <meta-data

Binary file not shown.

View File

@@ -20,11 +20,13 @@ ext {
//百度语音识别m //百度语音识别m
baiduAppId : "23774720", // baiduAppId : "23774720",
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB", // baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", // baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false // true表示谷歌支付 false
isGooglePlay : true, isGooglePlay : false,
//是否上报异常日志 //是否上报异常日志
isUploadLog : true, isUploadLog : true,
//是否打包成插件包模式 //是否打包成插件包模式

View File

@@ -1,4 +1,4 @@
include ':app', ':video', ':common', ':main', ':baidu', ':live', ':lib_country_code' include ':app', ':video', ':common', ':main', ':live', ':lib_country_code'
include ':FaceUnity' include ':FaceUnity'
//include ':baidu' //include ':baidu'
//include ':recognizer'//融云语音转文字模块 //include ':recognizer'//融云语音转文字模块