@@ -13,9 +13,9 @@
<application
android:name=".App"
android:allowBackup="false"
android:icon="@mipmap/launcher_icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/launcher_icon_round"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<service android:name=".ToxService" android:exported="false"/>