From cc1012b077a91793c0edd6001cdf019e6bd9a57d Mon Sep 17 00:00:00 2001
From: lss <316519258@qq.com>
Date: 星期五, 29 五月 2020 18:02:13 +0800
Subject: [PATCH] 2020.05.29

---
 ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
index 0c8f327..5a72556 100644
--- a/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
+++ b/ZigbeeApp/GateWay.Droid/GateWay.Droid.csproj
@@ -37,10 +37,11 @@
     <MandroidI18n>CJK</MandroidI18n>
     <AndroidTlsProvider>btls</AndroidTlsProvider>
     <AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent>
-    <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
     <AndroidDexTool>d8</AndroidDexTool>
     <AndroidKeyStore></AndroidKeyStore>
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+    <AndroidUseSharedRuntime>true</AndroidUseSharedRuntime>
+    <AndroidSupportedAbis>arm64-v8a;armeabi-v7a;x86;x86_64</AndroidSupportedAbis>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -541,6 +542,9 @@
     <AndroidAsset Include="Assets\Phone\SmartSound\Tianmao.png" />
     <AndroidAsset Include="Assets\Phone\SmartSound\Xiaoai.png" />
     <AndroidAsset Include="Assets\Phone\SmartSound\Xiaodu.png" />
+    <AndroidAsset Include="Assets\Phone\SmartSound\CheckBoxDef.png" />
+    <AndroidAsset Include="Assets\Phone\SmartSound\PullDown.png" />
+    <AndroidAsset Include="Assets\Phone\SmartSound\CheckBoxSel.png" />
   </ItemGroup>
   <ItemGroup>
     <AndroidAsset Include="Assets\Phone\Item\InputAccountIcon.png" />

--
Gitblit v1.8.0