1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="org.iotivity.ca"
3 android:versionCode="1"
4 android:versionName="1.0" >
7 android:minSdkVersion="21"
8 android:targetSdkVersion="21" />
11 android:allowBackup="true"
12 android:icon="@drawable/ic_launcher"
13 android:label="@string/app_name"
14 android:theme="@style/AppTheme" >