Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
permissions
  • Loading branch information
Asiern committed Oct 10, 2020
1 parent 734a102 commit 41c9e30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": "1.0.9",
"orientation": "portrait",
"icon": "./app/assets/trophy.png",

"splash": {
"image": "./app/assets/trophy.png",
"resizeMode": "contain",
Expand All @@ -22,7 +23,8 @@
"githubUrl": "https://github.com/Asiern/SpeedrunHub",
"android": {
"package": "com.asiern.speedrun",
"versionCode": 9
"versionCode": 9,
"permissions" : []
}
}
}

0 comments on commit 41c9e30

Please sign in to comment.