Slim down manifest to not break manifest mergers in other apps
diff --git a/lottie/src/main/AndroidManifest.xml b/lottie/src/main/AndroidManifest.xml
index 1fa2dc3..f2b05f4 100644
--- a/lottie/src/main/AndroidManifest.xml
+++ b/lottie/src/main/AndroidManifest.xml
@@ -1,11 +1,5 @@
-<manifest package="com.airbnb.lottie"
- xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest package="com.airbnb.lottie" >
- <application android:allowBackup="true"
- android:label="@string/app_name"
- android:supportsRtl="true"
- >
-
- </application>
+ <application />
</manifest>