Skip to content

Commit

Permalink
adding permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
belmirofss committed Oct 1, 2023
1 parent a70fa6a commit 2e2ce46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
},
"android": {
"package": "com.yabcompany.f1hub",
"versionCode": 1,
"versionCode": 2,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#121212"
}
},
"permissions": [
"com.google.android.gms.permission.AD_ID"
]
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit 2e2ce46

Please sign in to comment.