aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-25 21:22:15 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-25 21:22:15 +0100
commitae663440952fe0cffcfe4413b7268f045727454d (patch)
tree7022d7c58b8d1395af8c0e68a1b6187901cc8564 /src/main/AndroidManifest.xml
parentfc0feb3ccb9b77b698e87eb3fff2f372242f8c6d (diff)
reworked videocompression
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index c1895848a..c8b696605 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -23,6 +23,8 @@
android:name="android.permission.READ_PHONE_STATE"
tools:node="remove" />
+ <uses-sdk tools:overrideLibrary="net.ypresto.androidtranscoder" />
+
<application
android:name="android.support.multidex.MultiDexApplication"
android:allowBackup="true"