Skip to content

Commit c072bfd

Browse files
committed
updated project files
1 parent 4fc4c3c commit c072bfd

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
5-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
65
<classpathentry kind="lib" path="libs/commons-codec.jar"/>
76
<classpathentry kind="lib" path="libs/guava-r09.jar"/>
7+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
88
<classpathentry kind="output" path="bin"/>
99
</classpath>

AndroidManifest.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="info.guardianproject.database"
4-
android:versionCode="1"
5-
android:versionName="1.0">
6-
<application android:icon="@drawable/icon" android:label="@string/app_name">
3+
package="info.guardianproject.database" android:versionCode="1"
4+
android:versionName="1.0">
5+
<uses-sdk android:minSdkVersion="7"></uses-sdk>
6+
<application android:icon="@drawable/icon" android:label="@string/app_name">
77

8-
<activity android:name="example.SQLDemoActivity">
9-
<intent-filter>
10-
<action android:name="android.intent.action.MAIN" />
11-
<category android:name="android.intent.category.LAUNCHER" />
12-
</intent-filter>
13-
</activity>
14-
</application>
8+
<activity android:name="example.SQLDemoActivity">
9+
<intent-filter>
10+
<action android:name="android.intent.action.MAIN" />
11+
<category android:name="android.intent.category.LAUNCHER" />
12+
</intent-filter>
13+
</activity>
14+
</application>
1515

1616

1717
</manifest>

default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-6
11+
target=android-7

0 commit comments

Comments
 (0)