Added RFC2445, got rid of min sdk level if not necessary

pull/14/head
Tim Su 14 years ago
parent f4865e2928
commit eee441e9e3

@ -10,5 +10,10 @@
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/locale_platform.jar"/>
<classpathentry kind="lib" path="lib/FlurryAgent.jar"/>
<classpathentry kind="lib" path="lib/rfc2445-no-joda.jar" sourcepath="lib/rfc2445-source.zip">
<attributes>
<attribute name="javadoc_location" value="http://google-rfc-2445.googlecode.com/svn/trunk/snapshot/docs"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="ecbuild"/>
</classpath>

@ -45,8 +45,7 @@
<!-- ========================================================== Metadata = -->
<uses-sdk android:minSdkVersion="3"
android:targetSdkVersion="4" />
<uses-sdk android:targetSdkVersion="4" />
<supports-screens />
<application android:icon="@drawable/icon"

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save