Skip to content

Commit

Permalink
πŸ”– Updated version and build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mluizvitor committed May 6, 2022
1 parent 1bbebab commit e29b7c9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"expo": {
"name": "feedget-mobile",
"name": "Feedget Mobile",
"slug": "feedget-mobile",
"version": "1.0.0",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#09090A"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -22,8 +22,9 @@
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
}
"backgroundColor": "#8257E5"
},
"package": "dev.mvitor.feedget"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit e29b7c9

Please sign in to comment.