Skip to content

Commit 003cf25

Browse files
committed
Add support for android 13 monochrome icon
1 parent ce15ddb commit 003cf25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
2121
<background android:drawable="@color/ic_launcher_background"/>
2222
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
23+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
2324
</adaptive-icon>

0 commit comments

Comments
 (0)