adding back the roundIcon property and Category

This commit is contained in:
tibbi 2022-09-03 00:14:49 +02:00
parent a2d2860d6a
commit ad15986fac

View File

@ -19,8 +19,10 @@
<application
android:name=".App"
android:allowBackup="true"
android:appCategory="productivity"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity
android:name=".activities.SplashActivity"