Skip to content

Commit

Permalink
chore: Update app.json description
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohkbx committed Oct 6, 2018
1 parent a00a452 commit 6567fe3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"expo": {
"sdkVersion": "30.0.0"
"name": "myFlashcards",
"description": "A mobile flashcard app that lets you create different categories of flashcards called decks, add flashcards to those decks, then take quizzes on those decks.",
"slug": "my-flashcards",
"privacy": "public",
"sdkVersion": "30.0.0",
"platforms": ["ios", "android"],
"githubUrl": "https://github.com/brunohkbx/flashcards",
"version": "1.0.0",
"icon": "./app/assets/images/flashcard.png"
}
}
Binary file modified app/assets/images/flashcard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6567fe3

Please sign in to comment.