projects
/
android
/
MyFirstApp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e2e751
)
Add the <use-sdk> element
author
Antonio Ospite <ospite@studenti.unina.it>
Wed, 20 Feb 2013 11:12:50 +0000
(12:12 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Mon, 4 Mar 2013 11:26:02 +0000
(12:26 +0100)
http://developer.android.com/training/basics/firstapp/running-app.html
AndroidManifest.xml
patch
|
blob
|
history
diff --git
a/AndroidManifest.xml
b/AndroidManifest.xml
index
d2dc2c3
..
6977e8d
100644
(file)
--- a/
AndroidManifest.xml
+++ b/
AndroidManifest.xml
@@
-3,6
+3,8
@@
package="com.example.myfirstapp"
android:versionCode="1"
android:versionName="1.0">
+ <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />
+
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MainActivity"
android:label="@string/app_name">