Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierPineau committed Nov 7, 2023
1 parent 4818518 commit 4f256a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application
android:name=".app.AndroidApplication"
Expand Down

0 comments on commit 4f256a5

Please sign in to comment.