Skip to content

Commit b16bb3b

Browse files
committed
1 parent 476d9f1 commit b16bb3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<uses-permission android:name="android.permission.INTERNET" />
44

55
<application
6-
android:name=".MainApplication"
6+
android:name=".App"
77
android:label="@string/app_name"
8-
android:icon="@mipmap/ic_launcher"
9-
android:roundIcon="@mipmap/ic_launcher_round"
8+
android:roundIcon="@mipmap/ic_launcher_round"
109
android:allowBackup="false"
1110
android:theme="@style/AppTheme">
1211
<activity

0 commit comments

Comments
 (0)