tools:replace=android:icon

This commit is contained in:
bingshi 2023-03-22 10:42:45 +08:00
parent d65a867ecb
commit 5769bf6449

View File

@ -7,6 +7,7 @@
android:allowBackup="true"
android:name=".MainApplication"
android:icon="@mipmap/ic_launcher"
tools:replace="android:icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:extractNativeLibs="true"