aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/emojicon/AndroidManifest.xml')
-rw-r--r--libs/emojicon/AndroidManifest.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/emojicon/AndroidManifest.xml b/libs/emojicon/AndroidManifest.xml
deleted file mode 100644
index 135e6fec5..000000000
--- a/libs/emojicon/AndroidManifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<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>