Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<!-- If this app uses ads, remove 'tools:node="remove"' to enable ad ID access. -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION" tools:node="remove" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" tools:node="remove" />

<!-- Mark the following features as required to filter out devices missing these features. See:
https://developer.android.com/guide/topics/manifest/uses-feature-element -->
Expand Down
Loading