Green Doctor Deployer commited on
Commit ·
41c2818
1
Parent(s): 99578f3
Fix build error: standardized icon dimensions to 1:1 square
Browse files- app.json +2 -2
- assets/icon_square.png +3 -0
app.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"slug": "GreenDoctor",
|
| 5 |
"version": "1.0.0",
|
| 6 |
"orientation": "portrait",
|
| 7 |
-
"icon": "./assets/
|
| 8 |
"userInterfaceStyle": "light",
|
| 9 |
"newArchEnabled": true,
|
| 10 |
"splash": {
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
},
|
| 18 |
"android": {
|
| 19 |
"adaptiveIcon": {
|
| 20 |
-
"foregroundImage": "./assets/
|
| 21 |
"backgroundColor": "#ffffff"
|
| 22 |
},
|
| 23 |
"edgeToEdgeEnabled": true,
|
|
|
|
| 4 |
"slug": "GreenDoctor",
|
| 5 |
"version": "1.0.0",
|
| 6 |
"orientation": "portrait",
|
| 7 |
+
"icon": "./assets/icon_square.png",
|
| 8 |
"userInterfaceStyle": "light",
|
| 9 |
"newArchEnabled": true,
|
| 10 |
"splash": {
|
|
|
|
| 17 |
},
|
| 18 |
"android": {
|
| 19 |
"adaptiveIcon": {
|
| 20 |
+
"foregroundImage": "./assets/icon_square.png",
|
| 21 |
"backgroundColor": "#ffffff"
|
| 22 |
},
|
| 23 |
"edgeToEdgeEnabled": true,
|
assets/icon_square.png
ADDED
|
|
Git LFS Details
|