From 2da222567cb5b6b1dbfcaed1bb63b3ffb4785bea Mon Sep 17 00:00:00 2001 From: Edward <14011954+0xedward@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:45:28 -0400 Subject: [PATCH] Add `POST_NOTIFICATIONS` permission to app's manifest 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 @@ +