Skip to content

Commit f660fdf

Browse files
authored
Merge pull request #8 from ran-su/feature/android-app
Feat: Convert website to a basic Android app
2 parents c896f37 + f5d6b35 commit f660fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<application
66
android:allowBackup="true"
7-
android:icon="@mipmap/ic_launcher"
7+
android:icon="@android:drawable/sym_def_app_icon"
88
android:label="@string/app_name"
9-
android:roundIcon="@mipmap/ic_launcher_round"
9+
android:roundIcon="@android:drawable/sym_def_app_icon"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
1212
<activity android:name=".MainActivity"

0 commit comments

Comments
 (0)