We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476d9f1 commit b16bb3bCopy full SHA for b16bb3b
app/src/AndroidManifest.xml
@@ -3,10 +3,9 @@
3
<uses-permission android:name="android.permission.INTERNET" />
4
5
<application
6
- android:name=".MainApplication"
+ android:name=".App"
7
android:label="@string/app_name"
8
- android:icon="@mipmap/ic_launcher"
9
- android:roundIcon="@mipmap/ic_launcher_round"
+ android:roundIcon="@mipmap/ic_launcher_round"
10
android:allowBackup="false"
11
android:theme="@style/AppTheme">
12
<activity
0 commit comments