1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.airbnb.lottie.snapshots"> 4 5 <uses-permission android:name="android.permission.INTERNET" /> 6 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> 7 8 <application 9 android:allowBackup="true" 10 android:icon="@mipmap/ic_launcher" 11 android:label="@string/app_name" 12 android:largeHeap="true" 13 android:roundIcon="@mipmap/ic_launcher" 14 android:theme="@style/Theme.LottieCompose"> 15 16 <activity android:name=".SnapshotTestActivity" /> 17 </application> 18</manifest>