|
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<application |
|
|
|
<application |
|
|
|
android:name=".App" |
|
|
|
android:name=".App" |
|
|
|
android:allowBackup="true" |
|
|
|
android:allowBackup="false" |
|
|
|
android:appCategory="video" |
|
|
|
android:appCategory="video" |
|
|
|
android:hardwareAccelerated="true" |
|
|
|
android:hardwareAccelerated="true" |
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
@ -38,7 +38,8 @@ |
|
|
|
android:roundIcon="@mipmap/ic_launcher_round" |
|
|
|
android:roundIcon="@mipmap/ic_launcher_round" |
|
|
|
android:supportsRtl="true" |
|
|
|
android:supportsRtl="true" |
|
|
|
android:theme="@style/AppTheme" |
|
|
|
android:theme="@style/AppTheme" |
|
|
|
android:usesCleartextTraffic="true"> |
|
|
|
android:usesCleartextTraffic="true" |
|
|
|
|
|
|
|
tools:replace="android:allowBackup"> |
|
|
|
|
|
|
|
|
|
|
|
<meta-data |
|
|
|
<meta-data |
|
|
|
android:name="android.max_aspect" |
|
|
|
android:name="android.max_aspect" |
|
|
|
|