Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 2db0de4

Browse files
committed
remove app icons from android library, fix #88
1 parent 38fd55e commit 2db0de4

14 files changed

+1
-4
lines changed

android/app/src/main/AndroidManifest.xml

-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
<application
55
android:allowBackup="true"
6-
android:icon="@mipmap/ic_launcher"
76
android:label="@string/app_name"
8-
android:roundIcon="@mipmap/ic_launcher_round"
97
android:supportsRtl="true"
108
android:theme="@style/AppTheme"/>
119
</manifest>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-66.2 KB
Binary file not shown.

android/test-app/src/main/AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
android:roundIcon="@mipmap/ic_launcher_round"
1919
android:supportsRtl="true"
2020
android:largeHeap="true"
21-
android:theme="@style/AppTheme"
22-
tools:replace="android:icon">
21+
android:theme="@style/AppTheme">
2322
<activity android:name="com.arthenica.mobileffmpeg.test.MainActivity"
2423
android:theme="@style/AppTheme">
2524
<intent-filter>
-66.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)