blob: a07b8e21bf6874e347b221bfcd4816027572e679 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.ankushsachdeva.emojicon">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
<application android:allowBackup="true"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
</application>
</manifest>
|