diff options
author | Sven Gothel <[email protected]> | 2012-04-02 08:40:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-02 08:40:11 +0200 |
commit | 28814ae3946cf13619b70ddaf08c564f88252519 (patch) | |
tree | 8a36edc03e939e02ba277b99281fe0bf5804d02d /.classpath | |
parent | 907fe616836f29582e383bd94657c35b128794b4 (diff) |
Android: Compile agains API Level 15 for AV package, we don't require it though.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,6 +24,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="lib" path="make/lib/antlr.jar"/> - <classpathentry kind="lib" path="make/lib/android-sdk/9/android.jar" sourcepath="make/lib/android-sdk/9/android-java-src.zip"/> + <classpathentry kind="lib" path="make/lib/android-sdk/15/android.jar" sourcepath="make/lib/android-sdk/15/android-java-src.zip"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |