Make OkHttp extension work in Eclipse/[].

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=118921673
This commit is contained in:
olly 2016-04-04 02:47:14 -07:00 committed by Oliver Woodman
parent 3208e20673
commit e9fcbafcb4

View File

@ -30,4 +30,16 @@
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
</natures> </natures>
<linkedResources>
<link>
<name>libs/okhttp-3.2.0.jar</name>
<type>1</type>
<locationURI>$%7BPARENT-4-PROJECT_LOC%7D/third_party/okhttp3/okhttp-3.2.0.jar</locationURI>
</link>
<link>
<name>libs/okio-1.6.0.jar</name>
<type>1</type>
<locationURI>$%7BPARENT-4-PROJECT_LOC%7D/third_party/okio/okio-1.6.0.jar</locationURI>
</link>
</linkedResources>
</projectDescription> </projectDescription>