Add an Android TLS hack to fix GFE 2.1.4 and migrate to OkHttp classes for HTTPS

This commit is contained in:
Cameron Gutman
2014-11-10 21:58:03 -08:00
parent 2cc2d05c2f
commit 7bc325fa08
5 changed files with 105 additions and 93 deletions

View File

@@ -5,5 +5,7 @@
<classpathentry kind="lib" path="libs/xpp3-1.1.4c.jar"/>
<classpathentry kind="lib" path="libs/tinyrtsp.jar"/>
<classpathentry kind="lib" path="libs/jmdns-fixed.jar"/>
<classpathentry kind="lib" path="libs/okhttp-2.1.0-RC1.jar"/>
<classpathentry kind="lib" path="libs/okio-1.0.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>