fix: adaptive icon

This commit is contained in:
Hiddify
2023-09-15 19:11:26 +02:00
parent 2d040b019b
commit bd1c3b8ac9
3 changed files with 2 additions and 2 deletions

View File

@@ -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">
<meta-data

View File

@@ -129,7 +129,7 @@ icons_launcher:
# adaptive_background_color: "#ffffff"
adaptive_background_image: "assets/images/source/ic_launcher_background.png"
adaptive_foreground_image: "assets/images/source/ic_launcher_foreground.png"
adaptive_round_image: "assets/images/source/ic_launcher_rounded.png"
adaptive_round_image: "assets/images/source/ic_launcher_round.png"
adaptive_monochrome_image: "assets/images/source/ic_launcher_monochrome.png"
ios:
enable: true