Skip to content

Commit

Permalink
fixed expo name
Browse files Browse the repository at this point in the history
  • Loading branch information
fourhtyoz committed Jan 28, 2025
1 parent c4d277a commit 5a9f8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expo": {
"name": "progressive_overload_tracker",
"name": "Progressive Overload Tracker",
"slug": "progressive_overload_tracker",
"version": "1.0.0",
"icon": "./src/icon.png",
Expand All @@ -17,6 +17,7 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.fourhtyoz.progressive_overload_tracker"
Expand Down

0 comments on commit 5a9f8ae

Please sign in to comment.