Updates manifest to clear warnings and errors for targeting os 12.

This commit is contained in:
2021-08-15 14:36:50 -07:00
committed by Tom Hicks
parent 3d6adaad2c
commit fbf119fb8a

View File

@@ -7,6 +7,7 @@
<application
android:name=".MonsterCardsApplication"
android:allowBackup="true"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@@ -14,6 +15,7 @@
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTask">
<intent-filter>