mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 11:35:11 -05:00
e20170c996
Target the same SDK version as in K-9 Mail. Update the .classpath file as modified by the latest Eclipse ADT plugin. Remove unused import.
11 lines
538 B
XML
11 lines
538 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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 combineaccessrules="false" kind="src" path="/k9mail"/>
|
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|