From 41c9e30d70bf7b580c2f0020428d5c27b9c5c969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asier=20Nu=C3=B1ez?= <45818936+Asiern@users.noreply.github.com> Date: Sat, 10 Oct 2020 11:57:47 +0200 Subject: [PATCH] Update app.json permissions --- Source/app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/app.json b/Source/app.json index ac74fa9b..975fd58f 100644 --- a/Source/app.json +++ b/Source/app.json @@ -6,6 +6,7 @@ "version": "1.0.9", "orientation": "portrait", "icon": "./app/assets/trophy.png", + "splash": { "image": "./app/assets/trophy.png", "resizeMode": "contain", @@ -22,7 +23,8 @@ "githubUrl": "https://github.com/Asiern/SpeedrunHub", "android": { "package": "com.asiern.speedrun", - "versionCode": 9 + "versionCode": 9, + "permissions" : [] } } }