From 42ab3aa1f2803e0373cf925596e3ef42f1feb833 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Wed, 16 Sep 2026 17:10:35 +0200 Subject: [PATCH 1/2] fix: remove unused android permissions --- android/app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 77014ef9..6ad1e128 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -27,6 +27,8 @@ + + From 8d1a7e2e7243b603f63cd20e6ffadc226c18a40b Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Wed, 16 Sep 2026 17:10:49 +0200 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed21695..11ae3c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- We removed some unused Android Permissions coming in from Manifest mergers. + +## [19.1.6] - 2026-09-16 + +- We migrated iOS to the UIKit scene delegate lifecycle. + +## [19.1.5] - 2026-09-01 + - We addressed a random scenario where gradle would resolve to using the Hermes v1 compiler instead of the old hermes override in gradle.properties. This would throw issues with "...bytecode mismatch...". ## [20.0.1] - 2026-08-24