Skip to content

Commit

Permalink
FIX: App.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
diogosilverio committed Feb 4, 2018
1 parent cafe938 commit 6d658fa
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"expo": {
"name": "Flashcards",
"slug": "flashcards",
"privacy": "public",
"description": "Flashcards quiz app for Udacity React Nanodegree",
"icon": "https://diogosilverio.net/flashcards.png",
"privacy": "private",
"version": "1.0.0",
"orientation": "portrait",
"sdkVersion": "23.0.0"
"sdkVersion": "23.0.0",
"android": {
"package": "net.diogosilverio.flashcards"
}
}
}
}

0 comments on commit 6d658fa

Please sign in to comment.