Skip to content

Commit

Permalink
Correctly updating the app.json this time
Browse files Browse the repository at this point in the history
  • Loading branch information
CSharpRon committed Sep 24, 2019
1 parent c4be779 commit a4cdb7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions controller/app.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"expo": {
"android":{
"adaptiveIcon.backgroundImage": "./assets/adaptive-icon.png",
"adaptiveIcon.backgroundColor": "slategray",
"adaptiveIcon": {
"backgroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#708090"
},
"package": "com.FlaSpaceInst.EZRASSORController",
"permissions": [],
"versionCode": 2
},
Expand All @@ -28,9 +31,6 @@
],
"ios": {
"supportsTablet": true
},
"android": {
"package": "com.FlaSpaceInst.EZRASSORController"
}
}
}

0 comments on commit a4cdb7b

Please sign in to comment.