ManifestにApplicationクラスを追加

This commit is contained in:
ろむねこ 2024-06-06 16:25:30 +09:00
parent 8078f337df
commit db12f1bdac
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -10,6 +10,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:name=".KidShiftApplication"
android:theme="@style/Theme.KidShift"
tools:targetApi="31">
<activity