aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.config.js
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2025-11-15 13:18:41 +0000
committerMohamedBassem <me@mbassem.com>2025-11-15 13:18:41 +0000
commit4c6ef25d924a402c9a9358fe535f9f92075cbc18 (patch)
tree04a60e009e2dc222848196a9862988311ace489e /apps/mobile/app.config.js
parentfbd12ea345aade5f898f0e6c5d0d6d5954451a81 (diff)
downloadkarakeep-4c6ef25d924a402c9a9358fe535f9f92075cbc18.tar.zst
fix(mobile): upgrade react-native-pdf to v7 to fix page alignment
Diffstat (limited to 'apps/mobile/app.config.js')
-rw-r--r--apps/mobile/app.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mobile/app.config.js b/apps/mobile/app.config.js
index 5385b2d5..910ea021 100644
--- a/apps/mobile/app.config.js
+++ b/apps/mobile/app.config.js
@@ -35,7 +35,7 @@ export default {
NSAllowsArbitraryLoads: true,
},
},
- buildNumber: "28",
+ buildNumber: "29",
},
android: {
adaptiveIcon: {
@@ -54,7 +54,7 @@ export default {
},
},
package: "app.hoarder.hoardermobile",
- versionCode: 28,
+ versionCode: 29,
},
plugins: [
"./plugins/trust-local-certs.js",