diff --git a/nym-vpn/android/app/src/main/AndroidManifest.xml b/nym-vpn/android/app/src/main/AndroidManifest.xml
index 2ff4f063bb..391dff34b2 100644
--- a/nym-vpn/android/app/src/main/AndroidManifest.xml
+++ b/nym-vpn/android/app/src/main/AndroidManifest.xml
@@ -42,7 +42,7 @@
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
- android:banner="@mipmap/ic_banner"
+ android:banner="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
diff --git a/nym-vpn/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/nym-vpn/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000000..2b068d1146
--- /dev/null
+++ b/nym-vpn/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nym-vpn/android/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml b/nym-vpn/android/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml
deleted file mode 100644
index cf3108b364..0000000000
--- a/nym-vpn/android/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000000..4974445c9a
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp
deleted file mode 100644
index 52206777aa..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..483ace7edf
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
deleted file mode 100644
index bc0c1b6637..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000000..59b2f1db44
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
deleted file mode 100644
index 9adc4b2092..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000000..307fb6aab9
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp
deleted file mode 100644
index 3d0be44a97..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..e634763b42
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
deleted file mode 100644
index 106e0e13cc..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000000..37a8d502c8
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
deleted file mode 100644
index c388f6dae5..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_banner.png b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_banner.png
deleted file mode 100644
index fbd39f501d..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_banner.png and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png
deleted file mode 100644
index 634417a640..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000..5b412e78a0
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
deleted file mode 100644
index 2dddd0313f..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..580c767c54
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
deleted file mode 100644
index 5a020f7a5e..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000000..51a588fdee
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
deleted file mode 100644
index c89a4abd0e..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000000..65cefcb196
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
deleted file mode 100644
index bf191eb817..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..312d818bbe
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
deleted file mode 100644
index b3336b2e28..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000000..5070e583a0
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 0a5390f963..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000000..18252905f8
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
deleted file mode 100644
index b8e72301e0..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..514ec36652
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
deleted file mode 100644
index dae95ed873..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000000..83e115a87d
Binary files /dev/null and b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
deleted file mode 100644
index e16ef0b03f..0000000000
Binary files a/nym-vpn/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/nym-vpn/android/app/src/main/res/values/ic_launcher_background.xml b/nym-vpn/android/app/src/main/res/values/ic_launcher_background.xml
index 9c1cd0cc32..a3b9258141 100644
--- a/nym-vpn/android/app/src/main/res/values/ic_launcher_background.xml
+++ b/nym-vpn/android/app/src/main/res/values/ic_launcher_background.xml
@@ -1,4 +1,4 @@
- #1C1B20
+ #1D2125
\ No newline at end of file
diff --git a/nym-vpn/android/build.gradle.kts b/nym-vpn/android/build.gradle.kts
index 09b1978ecb..1a6937f39a 100644
--- a/nym-vpn/android/build.gradle.kts
+++ b/nym-vpn/android/build.gradle.kts
@@ -12,7 +12,7 @@ buildscript {
}
plugins {
- id("com.android.application") version "8.2.0-beta01" apply false
+ id("com.android.application") version "8.2.0-beta02" apply false
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
id("com.google.dagger.hilt.android") version "2.44" apply false
kotlin("plugin.serialization") version "1.8.22" apply false