File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.googlecode.androidannotations.helloworldeclipse"
4- android : versionCode =" 1"
5- android : versionName =" 1.0" >
6- <application android : icon =" @drawable/icon" android : label =" @string/app_name" >
7- <activity android : name =" .MyActivity_"
8- android : label =" @string/app_name" >
3+ package =" com.googlecode.androidannotations.helloworldeclipse"
4+ android : versionCode =" 1"
5+ android : versionName =" 1.0" >
6+
7+ <uses-sdk
8+ android : maxSdkVersion =" 17"
9+ android : minSdkVersion =" 3"
10+ android : targetSdkVersion =" 17" />
11+
12+ <application
13+ android : icon =" @drawable/icon"
14+ android : label =" @string/app_name" >
15+ <activity
16+ android : name =" .MyActivity_"
17+ android : label =" @string/app_name" >
918 <intent-filter >
1019 <action android : name =" android.intent.action.MAIN" />
20+
1121 <category android : name =" android.intent.category.LAUNCHER" />
1222 </intent-filter >
1323 </activity >
14-
1524 <activity android : name =" .ActivityWithExtra_" />
16-
1725 <activity android : name =" .MyListActivity_" />
18-
1926 </application >
20- <uses-sdk android : minSdkVersion =" 3" />
2127
2228</manifest >
Original file line number Diff line number Diff line change 1111# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212
1313# Project target.
14- target =android-3
14+ target =android-7
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- android : versionCode =" 1"
4- android : versionName =" 1.0"
5- package =" com.googlecode.androidannotations.roboguiceexample" >
3+ package =" com.googlecode.androidannotations.roboguiceexample"
4+ android : versionCode =" 1"
5+ android : versionName =" 1.0" >
6+
7+ <uses-sdk
8+ android : maxSdkVersion =" 17"
9+ android : minSdkVersion =" 3"
10+ android : targetSdkVersion =" 17" />
11+
612 <application
7- android:name=" .AstroApplication"
8- android:icon=" @drawable/icon"
9- android:label=" @string/app_name" >
13+ android : name =" .AstroApplication"
14+ android : icon =" @drawable/icon"
15+ android : label =" @string/app_name" >
1016 <activity
11- android:name=" .AstroGirl_"
12- android : label =" @string/app_name" >
17+ android : name =" .AstroGirl_"
18+ android : label =" @string/app_name" >
1319 <intent-filter >
1420 <action android : name =" android.intent.action.MAIN" />
21+
1522 <category android : name =" android.intent.category.LAUNCHER" />
1623 </intent-filter >
1724 </activity >
18-
1925 </application >
20- <uses-sdk android : minSdkVersion =" 3" />
2126
22- </manifest >
27+ </manifest >
Original file line number Diff line number Diff line change 1111# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212
1313# Project target.
14- target =android-3
14+ target =android-7
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.googlecode.androidannotations.gradle"
4- android : versionCode =" 1"
5- android : versionName =" 1.0.0.SNAPSHOT" >
6- <application android : icon =" @drawable/icon"
7- android : label =" @string/app_name" >
8- <activity android : name =" .activity.HelloAndroidActivity_" >
3+ package =" com.googlecode.androidannotations.gradle"
4+ android : versionCode =" 1"
5+ android : versionName =" 1.0.0.SNAPSHOT" >
6+
7+ <uses-sdk
8+ android : maxSdkVersion =" 17"
9+ android : minSdkVersion =" 3"
10+ android : targetSdkVersion =" 17" />
11+
12+ <application
13+ android : icon =" @drawable/icon"
14+ android : label =" @string/app_name" >
15+ <activity android : name =" .activity.HelloAndroidActivity_" >
916 <intent-filter >
10- <action android : name =" android.intent.action.MAIN" />
11- <category android : name =" android.intent.category.LAUNCHER" />
17+ <action android : name =" android.intent.action.MAIN" />
18+
19+ <category android : name =" android.intent.category.LAUNCHER" />
1220 </intent-filter >
1321 </activity >
1422 </application >
15- </manifest >
1623
24+ </manifest >
Original file line number Diff line number Diff line change 1111# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212
1313# Project target.
14- target =android-3
14+ target =android-7
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.googlecode.androidannotations.maveneclipse" android : versionCode =" 1" android : versionName =" 0.0.1-SNAPSHOT" >
3+ package =" com.googlecode.androidannotations.maveneclipse"
4+ android : versionCode =" 1"
5+ android : versionName =" 0.0.1-SNAPSHOT" >
46
5- <application android : icon =" @drawable/icon" android : label =" @string/app_name" >
6- <activity android : name =" .HelloAndroidActivity_" >
7- <intent-filter >
8- <action android : name =" android.intent.action.MAIN" />
9- <category android : name =" android.intent.category.LAUNCHER" />
10- </intent-filter >
11- </activity >
12- </application >
7+ <uses-sdk
8+ android : maxSdkVersion =" 17"
9+ android : minSdkVersion =" 3"
10+ android : targetSdkVersion =" 17" />
1311
14- </manifest >
12+ <application
13+ android : icon =" @drawable/icon"
14+ android : label =" @string/app_name" >
15+ <activity android : name =" .HelloAndroidActivity_" >
16+ <intent-filter >
17+ <action android : name =" android.intent.action.MAIN" />
1518
19+ <category android : name =" android.intent.category.LAUNCHER" />
20+ </intent-filter >
21+ </activity >
22+ </application >
23+
24+ </manifest >
You can’t perform that action at this time.
0 commit comments