diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-01-17 18:43:11 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-01-17 18:43:11 +0300 |
| commit | 56d0be3e0a8075b07e8daa86f67e67081d26aa60 (patch) | |
| tree | 5f992a7f4446b558e885a81e994e8bebf2434824 /.classpath | |
| parent | ca5f7ed95bd5be594ecd76629e0ff6a7937ac90e (diff) | |
move libraries to libs/
properly detect xlarge screens
update ACP library
link against API 14 (ICS)
various fixes for ICS
bump version
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
- <classpathentry kind="lib" path="lib/gson-1.7.1.jar"/>
- <classpathentry kind="lib" path="lib/jsoup-1.6.1.jar"/>
+ <classpathentry kind="lib" path="C:/Users/fox/workspace/org.fox.ttrss/libs/gson-1.7.1.jar"/>
+ <classpathentry kind="lib" path="C:/Users/fox/workspace/org.fox.ttrss/libs/jsoup-1.6.1.jar"/>
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry kind="lib" path="C:/Users/fox/android-sdk-windows/extras/google/admob_ads_sdk/GoogleAdMobAdsSdk-4.3.1.jar"/>
<classpathentry kind="output" path="bin/classes"/>
|