aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mobile/app.config.js4
-rw-r--r--apps/mobile/package.json2
2 files changed, 3 insertions, 3 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",
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index e8398513..6372e64d 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -55,7 +55,7 @@
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-controller": "^1.18.5",
"react-native-markdown-display": "^7.0.2",
- "react-native-pdf": "^6.7.7",
+ "react-native-pdf": "7.0.3",
"react-native-reanimated": "^3.17.5",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",