]> rtime.felk.cvut.cz Git - orte.git/blob - orte/libaorte/AndroidManifest.xml
Android: update API levels for building
[orte.git] / orte / libaorte / AndroidManifest.xml
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2     package="org.ocera.orte"
3     android:versionCode="1"
4     android:versionName="1.0" >
5
6     <uses-sdk
7         android:minSdkVersion="9"
8         android:targetSdkVersion="22" />
9     <uses-permission android:name="android.permission.INTERNET"/>
10
11
12     <application
13         android:allowBackup="true"
14         android:debuggable="false"
15         android:icon="@drawable/ic_launcher"
16         android:label="@string/app_name"
17         android:theme="@style/AppTheme" >
18     </application>
19
20 </manifest>