12 lines
353 B
XML
12 lines
353 B
XML
<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>
|