diff options
Diffstat (limited to 'Android/.classpath')
-rw-r--r-- | Android/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android/.classpath b/Android/.classpath index 18a533a..373a2e7 100644 --- a/Android/.classpath +++ b/Android/.classpath @@ -2,9 +2,9 @@ <classpath> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> - <classpathentry kind="lib" path="libs/cordova-2.5.0.jar"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> + <classpathentry exported="true" kind="lib" path="libs/cordova-2.9.0.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |