diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index bff89db..acf5b70 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,9 +1,9 @@ + + - - diff --git a/app.config.js b/app.config.js index a1cbb22..b5e7119 100644 --- a/app.config.js +++ b/app.config.js @@ -23,7 +23,7 @@ export default { }, android: { package: "mobiledarmasaba.app", - versionCode: 17, + versionCode: 19, 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: {