build: fixing debug build with wrong resources

This commit is contained in:
LucasGGamerM
2023-04-29 16:38:14 -03:00
parent 5366c92b4d
commit 9d09a904ab
29 changed files with 543 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground_debug"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome_debug"/>
</adaptive-icon>