Adds application class.

This commit is contained in:
2021-04-30 23:41:38 -07:00
parent d0c40992f1
commit 10c601f5da
2 changed files with 45 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:name=".MonsterCardsApplication"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">