aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-12-28 17:58:55 +0200
committerMohamedBassem <me@mbassem.com>2024-12-28 17:59:51 +0200
commit74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e (patch)
treeb7b629e970113be9868f6990d8a8aba224318f86 /apps/mobile/app.json
parentcc708a4d567098ff32f2c4020a450daff7bb2067 (diff)
downloadkarakeep-74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e.tar.zst
fix(mobile): Mark the camera explicitly as not required in android manifest. Fixed #755.
Diffstat (limited to 'apps/mobile/app.json')
-rw-r--r--apps/mobile/app.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index 4772c25b..87db856f 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -51,6 +51,7 @@
"versionCode": 20
},
"plugins": [
+ "./plugins/camera-not-required.js",
"expo-router",
[
"expo-share-intent",