forked from googlearchive/drive-crossclientoauth2-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
18 lines (18 loc) · 1.09 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/google-api-client-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-api-client-android-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-api-services-drive-v2-rev70-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-http-client-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-http-client-android-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-http-client-gson-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-oauth-client-1.14.1-beta.jar"/>
<classpathentry kind="lib" path="libs/google-play-services.jar"/>
<classpathentry kind="lib" path="libs/gson-2.1.jar"/>
<classpathentry kind="lib" path="libs/jsr305-1.3.9.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>