Skip to content

Commit 7ecdf23

Browse files
committed
chore(deps): 🔄 switch ApkReader to NuGet package
Removed ApkReader submodule and replaced it with the AlphaOmega.ApkReader NuGet package. This simplifies dependency management by using the official package instead of a local source reference.
1 parent b1522c4 commit 7ecdf23

4 files changed

Lines changed: 1 addition & 11 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

EcoFlow.Mqtt.Api.slnx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<Solution>
2-
<Folder Name="/external/">
3-
<Project Path="external/ApkReader/ApkReader/ApkReader.csproj" />
4-
</Folder>
52
<Folder Name="/src/">
63
<Project Path="src/EcoFlow.Mqtt.Api/EcoFlow.Mqtt.Api.csproj" />
74
<Project Path="src/EcoFlow.Mqtt.Api.Analyzers/EcoFlow.Mqtt.Api.Analyzers.csproj" />

external/ApkReader

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/EcoFlow.Proto.Exporter/EcoFlow.Proto.Exporter.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11+
<PackageReference Include="AlphaOmega.ApkReader" Version="2.0.10" />
1112
<PackageReference Include="Google.Protobuf" Version="3.33.5" />
1213
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
1314
<PackageReference Include="System.CommandLine" Version="2.0.3" />
1415
</ItemGroup>
15-
16-
<ItemGroup>
17-
<ProjectReference Include="..\..\external\ApkReader\ApkReader\ApkReader.csproj" />
18-
</ItemGroup>
1916

2017
</Project>

0 commit comments

Comments
 (0)