From 7f82eb60d6582b0e644c8a4c75f9df4ac3b47c1f Mon Sep 17 00:00:00 2001 From: 0xedward <14011954+0xedward@users.noreply.github.com> Date: Sun, 16 Jul 2023 15:40:31 -0400 Subject: [PATCH] Add `POST_NOTIFICATIONS` permission to app's manifest (#237) Since we updated the target SDK version to 33 in 3f05b7fc1fcc7fea06d5dd2d863188a784ad27e9, we should request notifications permissions to continue allowing the user to receive journal changes and certificate notifications --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3c350cbc..23160172 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ +