Adds application class.

This commit is contained in:
2021-04-30 23:41:38 -07:00
parent 28d3c7c267
commit 11a724b143
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">