From 90551399a57f9398b0e5e9a2c50638dd55b1d893 Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Tue, 2 Jun 2026 16:24:26 +0800 Subject: [PATCH] fix: hapus permission READ_MEDIA_IMAGES dan READ_MEDIA_VIDEO untuk comply Google Play policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit versionCode bump 17 → 18 --- android/app/src/main/AndroidManifest.xml | 2 -- app.config.js | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index bff89db..c1a833b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,8 +2,6 @@ - - diff --git a/app.config.js b/app.config.js index a1cbb22..3f63955 100644 --- a/app.config.js +++ b/app.config.js @@ -23,7 +23,7 @@ export default { }, android: { package: "mobiledarmasaba.app", - versionCode: 17, + versionCode: 18, adaptiveIcon: { foregroundImage: "./assets/images/logo-icon-small.png", backgroundColor: "#ffffff" @@ -32,9 +32,7 @@ export default { permissions: [ "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE", - "READ_MEDIA_IMAGES", // Android 13+ - "READ_MEDIA_VIDEO", // Android 13+ - "READ_MEDIA_AUDIO" // Android 13+ + "READ_MEDIA_AUDIO" ] }, web: {