diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index cb7f95aa..b8465658 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -13,6 +13,8 @@
android:hardwareAccelerated="true"
android:allowBackup="false"
android:label="@string/app_name"
+ android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
android:networkSecurityConfig="@xml/network_security_config">
diff --git a/android/src/main/ic_launcher-playstore.png b/android/src/main/ic_launcher-playstore.png
new file mode 100644
index 00000000..bdaf0e95
Binary files /dev/null and b/android/src/main/ic_launcher-playstore.png differ
diff --git a/android/src/main/res/drawable/ic_launcher_foreground.xml b/android/src/main/res/drawable/ic_launcher_foreground.xml
new file mode 100644
index 00000000..a6f4a27e
--- /dev/null
+++ b/android/src/main/res/drawable/ic_launcher_foreground.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
diff --git a/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 00000000..7353dbd1
--- /dev/null
+++ b/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..7353dbd1
--- /dev/null
+++ b/android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher.png b/android/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 00000000..1d81d178
Binary files /dev/null and b/android/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher_round.png b/android/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 00000000..c797ffbc
Binary files /dev/null and b/android/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher.png b/android/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 00000000..97fe744c
Binary files /dev/null and b/android/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_round.png b/android/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 00000000..1f3d3804
Binary files /dev/null and b/android/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 00000000..e42a55ad
Binary files /dev/null and b/android/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..12ce392b
Binary files /dev/null and b/android/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 00000000..21d69429
Binary files /dev/null and b/android/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..4d275c15
Binary files /dev/null and b/android/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 00000000..fb88410e
Binary files /dev/null and b/android/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..88d6bbb6
Binary files /dev/null and b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/android/src/main/res/values/ic_launcher_background.xml b/android/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 00000000..d1368ee1
--- /dev/null
+++ b/android/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+
+
+ #232B30
+
\ No newline at end of file