upgrade okhttp-digest to 2.0 to fix #1032

This commit is contained in:
Philipp Crocoll
2020-01-06 11:21:14 +01:00
parent 2f3d614ac0
commit 0400ab3c53
4 changed files with 4 additions and 4 deletions

View File

@@ -148,10 +148,10 @@
<ItemGroup>
<EmbeddedReferenceJar Include="Jars\okhttp-4.2.2.jar" />
</ItemGroup>
<ItemGroup>
<EmbeddedReferenceJar Include="Jars\okhttp-digest-1.15.jar" />
</ItemGroup>
<ItemGroup>
<EmbeddedReferenceJar Include="Jars\okio-2.2.2.jar" />
</ItemGroup>
<ItemGroup>
<EmbeddedReferenceJar Include="Jars\okhttp-digest-2.0.jar" />
</ItemGroup>
</Project>