Skip to content

Commit f8e39f4

Browse files
committed
Merge pull request anaisbetts#178 from mattleibow/use-okhttp-nuget
Make sure we only include OkHttp on Android
2 parents 769e9aa + 08f039a commit f8e39f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ModernHttpClient.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<summary>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</summary>
1414
<copyright>Copyright Paul Betts © 2012</copyright>
1515
<dependencies>
16-
<dependency id="Square.OkHttp" version="2.4.0.3" />
16+
<group targetFramework="MonoAndroid">
17+
<dependency id="Square.OkHttp" version="2.4.0.3" />
18+
</group>
1719
</dependencies>
1820
</metadata>
1921

0 commit comments

Comments
 (0)