Adds application class.

This commit is contained in:
2021-04-30 23:41:38 -07:00
committed by Tom Hicks
parent bb4cbbb98b
commit 79106ec9f3
2 changed files with 5 additions and 42 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">