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: {