Skip to content

Commit 22a0813

Browse files
committed
chore: remove web icons and cleanup config file
1 parent ec4ce27 commit 22a0813

File tree

8 files changed

+7
-11
lines changed

8 files changed

+7
-11
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="ic_launcher_background">#ed1e79</color>
3+
<color name="ic_launcher_background">#0a0a23</color>
44
</resources>

Diff for: mobile-app/flutter_launcher_icons.yaml

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# flutter pub run flutter_launcher_icons
22
flutter_launcher_icons:
3-
ios: true
4-
android: true
5-
# image_path_android: "assets/icon/icon.png"
6-
min_sdk_android: 21 # android min sdk min:16, default 21
73
image_path: "assets/icon/icon.png"
4+
5+
# Android
6+
android: true
7+
min_sdk_android: 22
88
adaptive_icon_background: "#0a0a23"
99
adaptive_icon_foreground: "assets/icon/icon.png"
10-
# adaptive_icon_monochrome: "assets/icon/monochrome.png"
1110

12-
# image_path_ios: "assets/icon/icon.png"
13-
remove_alpha_channel_ios: true
14-
# image_path_ios_dark_transparent: "assets/icon/icon_dark.png"
15-
# image_path_ios_tinted_grayscale: "assets/icon/icon_tinted.png"
16-
# desaturate_tinted_to_grayscale_ios: true
11+
# iOS
12+
ios: true

Diff for: mobile-app/web/favicon.png

-513 Bytes
Binary file not shown.

Diff for: mobile-app/web/icons/Icon-192.png

-6.27 KB
Binary file not shown.

Diff for: mobile-app/web/icons/Icon-512.png

-17.2 KB
Binary file not shown.

Diff for: mobile-app/web/icons/Icon-maskable-192.png

-6.27 KB
Binary file not shown.

Diff for: mobile-app/web/icons/Icon-maskable-512.png

-17.2 KB
Binary file not shown.

Diff for: mobile-app/web/manifest.json

Whitespace-only changes.

0 commit comments

Comments
 (0)