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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Fixes

- We have removed USE_EXACT_ALARM permission from the manifest to comply with updated Google Play policies.

- We have upgraded `@mendix/native` to version 9.0.1

## [14.0.0] - 2025-04-01
Expand Down
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<!-- Required for scheduling local notifications -->
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_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"/>

Expand Down
Loading