summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-09-04 03:54:25 +0200
committerSven Gothel <[email protected]>2019-09-04 03:54:25 +0200
commit9eb21b874edb66003c642971d6c99bc22ec37e27 (patch)
treec5d058ba80f5d6744802d0a87fe6c1f3d70aa665 /.classpath
parent3068420e778909e75edbed8ffd17c49c95b6e4c2 (diff)
Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index ce9841b..e313144 100644
--- a/.classpath
+++ b/.classpath
@@ -28,6 +28,6 @@
<classpathentry kind="lib" path="make/lib/antlr.jar" sourcepath="make/lib/antlr-src.zip"/>
<classpathentry kind="lib" path="make/lib/junit.jar" sourcepath="make/lib/junit-sources.jar"/>
<classpathentry kind="lib" path="make/lib/semantic-versioning/semver.jar" sourcepath="make/lib/semantic-versioning/semver-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="lib" path="make/lib/android-sdk/24/android.jar" sourcepath="make/lib/android-sdk/24/android-java-src.zip"/>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>