From 0f13be8b24ef37fe16cd34c8411a907f93b7f304 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 28 十一月 2023 09:35:42 +0800 Subject: [PATCH] Merge branch 'Wxr-V2.4.2' into Google-2023-11-17-1 --- HDL-ON_Android/HDL-ON_Android.csproj | 37 +------------------------------------ 1 files changed, 1 insertions(+), 36 deletions(-) diff --git a/HDL-ON_Android/HDL-ON_Android.csproj b/HDL-ON_Android/HDL-ON_Android.csproj index a784f47..d760217 100644 --- a/HDL-ON_Android/HDL-ON_Android.csproj +++ b/HDL-ON_Android/HDL-ON_Android.csproj @@ -67,6 +67,7 @@ <AndroidSigningKeyPass>85521566</AndroidSigningKeyPass> <AndroidSigningKeyAlias>on_plus</AndroidSigningKeyAlias> <AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis> + <AndroidPackageFormat>aab</AndroidPackageFormat> </PropertyGroup> <ItemGroup> <Reference Include="Shared.Droid.JPush"> @@ -143,29 +144,11 @@ <Reference Include="AndriodBluetoothLibrary"> <HintPath>..\DLL\Android\AndriodBluetoothLibrary.dll</HintPath> </Reference> - <Reference Include="cloudp2p"> - <HintPath>..\DLL\FL\Android\cloudp2p.dll</HintPath> - </Reference> - <Reference Include="corelooper"> - <HintPath>..\DLL\FL\Android\corelooper.dll</HintPath> - </Reference> - <Reference Include="crypt"> - <HintPath>..\DLL\FL\Android\crypt.dll</HintPath> - </Reference> <Reference Include="http"> <HintPath>..\DLL\FL\Android\http.dll</HintPath> </Reference> - <Reference Include="VideoLibs"> - <HintPath>..\DLL\FL\Android\VideoLibs.dll</HintPath> - </Reference> - <Reference Include="videophone"> - <HintPath>..\DLL\FL\Android\videophone.dll</HintPath> - </Reference> <Reference Include="UMSdkDroid"> <HintPath>..\DLL\UMeng\UMSdkDroid.dll</HintPath> - </Reference> - <Reference Include="Shared.Droid.HDLLinphone"> - <HintPath>..\DLL\Linphone\Android\Shared.Droid.HDLLinphone.dll</HintPath> </Reference> <Reference Include="Mono.Android.Export" /> <Reference Include="ScanSdk"> @@ -186,14 +169,8 @@ <Reference Include="LcPullToRefreshRecyclerView"> <HintPath>..\DLL\LC\Android\LcPullToRefreshRecyclerView.dll</HintPath> </Reference> - <Reference Include="ZxingSDK"> - <HintPath>..\DLL\LC\Android\ZxingSDK.dll</HintPath> - </Reference> <Reference Include="LcVideoSdk"> <HintPath>..\DLL\LC\Android\LcVideoSdk.dll</HintPath> - </Reference> - <Reference Include="HdlEzvizDroid"> - <HintPath>..\DLL\HdlEzvizDroid.dll</HintPath> </Reference> <Reference Include="Shared.Droid"> <HintPath>..\DLL\Android\Shared.Droid.dll</HintPath> @@ -968,20 +945,8 @@ <PackageReference Include="Xamarin.Android.Support.Constraint.Layout.Solver"> <Version>1.1.0</Version> </PackageReference> - <PackageReference Include="Microsoft.AppCenter.Crashes"> - <Version>4.2.0</Version> - </PackageReference> - <PackageReference Include="Microsoft.AppCenter.Analytics"> - <Version>4.2.0</Version> - </PackageReference> - <PackageReference Include="Microsoft.AppCenter"> - <Version>4.2.0</Version> - </PackageReference> <PackageReference Include="Square.OkHttp3"> <Version>3.14.4</Version> - </PackageReference> - <PackageReference Include="Bugly"> - <Version>4.3.1</Version> </PackageReference> </ItemGroup> <ItemGroup> -- Gitblit v1.8.0