Skip to content

Commit

Permalink
Add required permission after targeting SDK 33.
Browse files Browse the repository at this point in the history
  • Loading branch information
pserwylo committed Jul 13, 2023
1 parent ced5c9f commit 6f8bf52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

<!-- Not really used - but because the picasso library potentially needs it
(under circumstances not triggered by this app) it is required on SDK 33 -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 6f8bf52

Please sign in to comment.