chore: 保持构建时android图标资源不被剥离

This commit is contained in:
Riri
2023-10-27 18:06:04 +08:00
parent ed35970d01
commit 41617a6c44
2 changed files with 9 additions and 6 deletions

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/*" />