From c2a220d25e2b780cd7b13030666c6cdd08a58519 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 25 八月 2022 17:30:41 +0800 Subject: [PATCH] 开发分支第一个版本 --- ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml b/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml index ad41c43..3bc9bc3 100644 --- a/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml +++ b/ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml @@ -195,13 +195,12 @@ <!--灏忕背--> <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761518736008" /> <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5261873610008" /> - <meta-data android:name="XIAOMI_AppSecret" android:value="MI-mlKUjKABHKs0P7SZsRggiQ=="/> + <meta-data android:name="XIAOMI_AppSecret" android:value="MI-mlKUjKABHKs0P7SZsRggiQ==" /> <!--OPPO--> <meta-data android:name="OPPO_APPID" android:value="OP-30396771" /> <meta-data android:name="OPPO_APPSECRET" android:value="OP-b7d4d96584164fda88dc53c5aaa58132" /> <meta-data android:name="OPPO_APPKEY" android:value="OP-c75e887071964eb3967fc9b3a0e4fab9" /> - <meta-data android:name="OPPO_MasterSecret" android:value="ffde26276e604358a5c605d2d06b7ce3"/> - + <meta-data android:name="OPPO_MasterSecret" android:value="ffde26276e604358a5c605d2d06b7ce3" /> <!-- 鏋佸厜鎺ㄩ�佺粨鏉� --> </application> </manifest> \ No newline at end of file -- Gitblit v1.8.0