source:
trunk/autoquest-androidmonitor/AndroidManifest.xml
Last change on this file was 1833, checked in by funger, 10 years ago | |
---|---|
|
|
File size: 364 bytes |
Line | |
---|---|
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | package="de.ugoe.cs.autoquest.androidmonitor" |
4 | android:versionCode="1" |
5 | android:versionName="0.1.2-SNAPSHOT" |
6 | android:allowBackup="true" > |
7 | |
8 | <uses-sdk |
9 | android:minSdkVersion="14" |
10 | android:targetSdkVersion="16" /> |
11 | |
12 | |
13 | </manifest> |
Note: See TracBrowser
for help on using the repository browser.