File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" path =" src" />
4
4
<classpathentry kind =" src" path =" gen" />
5
- <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
6
5
<classpathentry kind =" lib" path =" libs/commons-codec.jar" />
7
6
<classpathentry kind =" lib" path =" libs/guava-r09.jar" />
7
+ <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
8
8
<classpathentry kind =" output" path =" bin" />
9
9
</classpath >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
7
7
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 >
15
15
16
16
17
17
</manifest >
Original file line number Diff line number Diff line change 8
8
# project structure.
9
9
10
10
# Project target.
11
- target =android-6
11
+ target =android-7
You can’t perform that action at this time.
0 commit comments