New icons

This commit is contained in:
Andrew 2023-03-11 19:08:30 +07:00
parent 94d6cf984f
commit 11ea1fdaa2
73 changed files with 317 additions and 208 deletions

View file

@ -2,9 +2,10 @@
package="com.example.huacu_mobile">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="huacu_mobile"
android:label="HUACU"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round">
<activity
android:name=".MainActivity"
android:exported="true"