Skip to content

Commit

Permalink
Change Android icon color to light grey (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzalezg9 authored Apr 23, 2024
1 parent f35c1af commit e20ea54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Sweather",
"slug": "Sweather",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -24,7 +24,7 @@
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
"backgroundColor": "#d1d1d1"
},
"package": "com.mgonzalezg9.Sweather"
},
Expand Down

1 comment on commit e20ea54

@expo
Copy link

@expo expo bot commented on e20ea54 May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

INVALID_EAS_JSON_ERROR: Invalid eas.json.
GitHub integration requires the `image` option.
See https://docs.expo.dev/build/building-from-github/#set-the-image-field-in-your-easjson to learn more.

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.