修改上架
This commit is contained in:
parent
4a7423a5b9
commit
aee1d6cad4
@ -99,7 +99,6 @@
|
|||||||
android:preserveLegacyExternalStorage="true"
|
android:preserveLegacyExternalStorage="true"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
android:usesCleartextTraffic="true"
|
|
||||||
tools:replace="theme,label,icon,allowBackup">
|
tools:replace="theme,label,icon,allowBackup">
|
||||||
<!-- <service-->
|
<!-- <service-->
|
||||||
<!-- android:name="com.shayu.phonelive.utils.MyNotificationService">-->
|
<!-- android:name="com.shayu.phonelive.utils.MyNotificationService">-->
|
||||||
@ -133,20 +132,7 @@
|
|||||||
|
|
||||||
<data android:scheme="smvslm" />
|
<data android:scheme="smvslm" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity> <!-- keytool -exportcert -alias androiddebugkey -keystore feixiong.jks | openssl sha1 -binary | openssl base64 -->
|
</activity>
|
||||||
<meta-data
|
|
||||||
android:name="TencentMapSDK"
|
|
||||||
android:value="${txMapAppKey}" />
|
|
||||||
<!-- 百度语音识别 -->
|
|
||||||
<meta-data
|
|
||||||
android:name="com.baidu.speech.APP_ID"
|
|
||||||
android:value="${baiduAppId}" />
|
|
||||||
<meta-data
|
|
||||||
android:name="com.baidu.speech.API_KEY"
|
|
||||||
android:value="${baiduAppKey}" />
|
|
||||||
<meta-data
|
|
||||||
android:name="com.baidu.speech.SECRET_KEY"
|
|
||||||
android:value="${baiduAppSecretKey}" />
|
|
||||||
|
|
||||||
<!-- 服务器地址 -->
|
<!-- 服务器地址 -->
|
||||||
<meta-data
|
<meta-data
|
||||||
@ -200,12 +186,12 @@
|
|||||||
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
|
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
<meta-data
|
<!-- <meta-data-->
|
||||||
android:name="com.huawei.hms.client.appid"
|
<!-- android:name="com.huawei.hms.client.appid"-->
|
||||||
android:value="106936673"/>
|
<!-- android:value="106936673"/>-->
|
||||||
<meta-data
|
<!-- <meta-data-->
|
||||||
android:name="com.huawei.hms.client.cpid"
|
<!-- android:name="com.huawei.hms.client.cpid"-->
|
||||||
android:value="30086000612391734"/>
|
<!-- android:value="30086000612391734"/>-->
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
@ -4,21 +4,18 @@ ext {
|
|||||||
buildToolsVersion: "29.0.2",
|
buildToolsVersion: "29.0.2",
|
||||||
minSdkVersion : 21,
|
minSdkVersion : 21,
|
||||||
targetSdkVersion : 31,
|
targetSdkVersion : 31,
|
||||||
versionCode : 432,
|
versionCode : 436,
|
||||||
versionName : "6.5.3"
|
versionName : "6.5.3"
|
||||||
]
|
]
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
//正式、
|
//正式、
|
||||||
// serverHost : "https://napi.yaoulive.com",
|
serverHost : "https://napi.yaoulive.com",
|
||||||
// 测试
|
// 测试
|
||||||
serverHost : "https://ceshi.yaoulive.com",
|
// serverHost : "https://ceshi.yaoulive.com",
|
||||||
|
|
||||||
//腾讯地图
|
|
||||||
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",
|
|
||||||
|
|
||||||
// txMapAppSecret : "",
|
|
||||||
|
|
||||||
//百度语音识别m
|
//百度语音识别
|
||||||
|
|
||||||
baiduAppId : "23774720",
|
baiduAppId : "23774720",
|
||||||
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
|
baiduAppKey : "zgCgFhUKEOV7I3ZXDFpTfnRB",
|
||||||
@ -31,4 +28,3 @@ ext {
|
|||||||
isPluginModel : false,
|
isPluginModel : false,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
//7664 1
|
|
@ -19,8 +19,8 @@ org.gradle.configureondemand=true
|
|||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
|
||||||
systemProp.http.proxyHost=127.0.0.1
|
#systemProp.http.proxyHost=127.0.0.1
|
||||||
systemProp.https.proxyHost=127.0.0.1
|
#systemProp.https.proxyHost=127.0.0.1
|
||||||
systemProp.https.proxyPort=10809
|
#systemProp.https.proxyPort=7890
|
||||||
systemProp.http.proxyPort=10809
|
#systemProp.http.proxyPort=7890
|
||||||
#android.enableR8.fullMode=true
|
#android.enableR8.fullMode=true
|
Loading…
Reference in New Issue
Block a user