From 24262d16a0d6e3b7d07486d03ab77e607e1847c3 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期一, 21 十二月 2020 14:22:26 +0800
Subject: [PATCH] 增加获取Bug列表的功能

---
 HDL-ON_Android/HDL-ON_Android.csproj |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj
index 998d684..be08aa0 100644
--- a/HDL-ON_Android/HDL-ON_Android.csproj
+++ b/HDL-ON_Android/HDL-ON_Android.csproj
@@ -228,6 +228,9 @@
     <PackageReference Include="XamarinLibrary.Xamarin.Android.Manual.JPush">
       <Version>3.7.0</Version>
     </PackageReference>
+    <PackageReference Include="Bugly">
+      <Version>4.3.1</Version>
+    </PackageReference>
   </ItemGroup>
   <ItemGroup>
     <AndroidAsset Include="Assets\Language.ini" />
@@ -653,6 +656,7 @@
     <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ColorWheelGray.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ColorWheelTip.png" />
     <AndroidAsset Include="Assets\Phone\LogicIcon\time.png" />
+    <AndroidAsset Include="Assets\Phone\Public\ClearIcon.png" />
     <AndroidAsset Include="Assets\Phone\ErrorIcon.png" />
     <AndroidAsset Include="Assets\Phone\oRobot.png" />
     <AndroidAsset Include="Assets\Phone\RoomListBg.png" />
@@ -662,6 +666,7 @@
     <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\CozyIcon.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\MeetingGuestsIcon.png" />
     <AndroidAsset Include="Assets\Phone\FunctionIcon\Light\ReadIcon.png" />
+    <AndroidAsset Include="Assets\Phone\Public\PopupDialog.png" />
   </ItemGroup>
   <ItemGroup>
     <AndroidNativeLibrary Include="libs\armeabi-v7a\libelianjni.so" />

--
Gitblit v1.8.0