From 6d658fa6357ea84707e14ee0ac8e510b6883b7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Silv=C3=A9rio?= Date: Sun, 4 Feb 2018 10:48:20 -0200 Subject: [PATCH] FIX: App.json update --- app.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 6ed58b2..58f431c 100644 --- a/app.json +++ b/app.json @@ -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" + } } -} +} \ No newline at end of file