Skip to content

Commit

Permalink
API level 4 (Android 1.6)
Browse files Browse the repository at this point in the history
relative paths to libs in classpath
  • Loading branch information
matsch committed Dec 27, 2010
1 parent 4fa34b5 commit 926f02c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="/home/roxxor/workspace/android/SendToWebDAV/libs/sardine.jar"/>
<classpathentry kind="lib" path="/home/roxxor/workspace/android/SendToWebDAV/libs/jaxb-api-2.1.jar"/>
<classpathentry kind="lib" path="libs/sardine.jar"/>
<classpathentry kind="lib" path="libs/jaxb-api-2.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="6" />
<uses-sdk android:minSdkVersion="4" />

</manifest>
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-6
target=android-4

0 comments on commit 926f02c

Please sign in to comment.