From cfbfe8ef06f8b87764b2b447fc9792cac03db473 Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 12 Aug 2025 09:39:53 +0200 Subject: [PATCH 1/2] removed useExactAlarm --- android/app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 35961772..50e76a00 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -22,7 +22,6 @@ - From 2ed438f7f1b9d9ce8708db2a7daf7afd8401ab6f Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Thu, 14 Aug 2025 15:57:32 +0200 Subject: [PATCH 2/2] chore: log udpate --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfb5226..3ba68b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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