aboutsummaryrefslogtreecommitdiffstats
path: root/libs/emojicon/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-17 22:04:31 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-17 22:04:31 +0100
commit3edc8a6ae32826403707a9576a39f84d600a456e (patch)
treef1275d993b18b66a2678a3ca9478c8e923371aa7 /libs/emojicon/AndroidManifest.xml
parent31411b788a28b5a2a3bc5de9aa8691b4389d83ff (diff)
add new Emoji library
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>