Skip to content

Commit

Permalink
updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Aug 18, 2021
1 parent 2f0c895 commit 5e187eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mode/tools/SDKUpdater/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/android-mode"/>
<classpathentry kind="lib" path="lib/sdklib-27.1.1.jar"/>
<classpathentry kind="lib" path="lib/repository-27.1.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing4-app"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 5e187eb

Please sign in to comment.