Skip to content

Commit

Permalink
Prepare for andriod sumbission
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Apr 22, 2024
1 parent 9ada6d2 commit 69127a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# dependencies
node_modules/
girls-write-now-deployment-2676b3bd7ccf.json

# Expo
.expo/
Expand Down
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "girls-write-now",
"slug": "girls-write-now",
"version": "0.0.5",
"version": "0.0.6",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -18,6 +18,7 @@
"bundleIdentifier": "org.calblueprint.girlswritenow"
},
"android": {
"package": "org.calblueprint.girlswritenow",
"softwareKeyboardLayoutMode": "pan",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
Expand Down

0 comments on commit 69127a1

Please sign in to comment.