mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-14 11:53:55 +00:00
rever to old TCP method with new decode logic
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
<package id="Splat" version="14.1.17" targetFramework="monoandroid10.0" />
|
||||
<package id="Square.OkHttp3" version="4.9.2.1" targetFramework="monoandroid10.0" />
|
||||
<package id="Square.OkIO" version="2.10.0.1" targetFramework="monoandroid10.0" />
|
||||
<package id="SuperSimpleTcp" version="3.0.5" targetFramework="monoandroid12.0" />
|
||||
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid90" />
|
||||
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid90" />
|
||||
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid90" />
|
||||
|
||||
@@ -468,9 +468,6 @@
|
||||
<Reference Include="Xamarin.AndroidX.Concurrent.Futures">
|
||||
<HintPath>..\packages\Xamarin.AndroidX.Concurrent.Futures.1.1.0.5\lib\monoandroid90\Xamarin.AndroidX.Concurrent.Futures.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SuperSimpleTcp">
|
||||
<HintPath>..\packages\SuperSimpleTcp.3.0.5\lib\netstandard2.1\SuperSimpleTcp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MainActivity.cs" />
|
||||
|
||||
Reference in New Issue
Block a user