Skip to content

Commit f9169ad

Browse files
Merge branch 'master' into moo/moo-1800/dependency-update
2 parents d414984 + 91029d5 commit f9169ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Fixes
1010

11+
- We have removed USE_EXACT_ALARM permission from the manifest to comply with updated Google Play policies.
12+
1113
- We have upgraded `@mendix/native` to version 9.0.1
1214

1315
## [14.0.0] - 2025-04-01

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2323
<!-- Required for scheduling local notifications -->
2424
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
25-
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
2625
<!-- If this app uses ads, remove 'tools:node="remove"' to enable ad ID access. -->
2726
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
2827

0 commit comments

Comments
 (0)