From bd1c3b8ac915e58cc0ae779c1d1f8ac7efaab99e Mon Sep 17 00:00:00 2001 From: Hiddify Date: Fri, 15 Sep 2023 19:11:26 +0200 Subject: [PATCH] fix: adaptive icon --- android/app/src/main/AndroidManifest.xml | 2 +- .../{ic_launcher_rounded.xml => ic_launcher_round.xml} | 0 pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename android/app/src/main/res/mipmap-anydpi-v26/{ic_launcher_rounded.xml => ic_launcher_round.xml} (100%) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 1773201a..d5e0a339 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ android:name=".Application" android:label="Hiddify Next" android:icon="@mipmap/ic_launcher" - android:roundIcon="@mipmap/ic_launcher_rounded" + android:roundIcon="@mipmap/ic_launcher_round" tools:targetApi="31">