diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-01-02 22:35:27 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2026-01-02 22:35:27 +0000 |
| commit | 0250d163a4aa38b88831889509298818e3be422c (patch) | |
| tree | 4608b2db7270bb5546810f731889ced8a4d03d66 /apps/mobile/app.config.js | |
| parent | 0e1d28a5951f6ae55f05e87b161f54be55cb71d2 (diff) | |
| download | karakeep-0250d163a4aa38b88831889509298818e3be422c.tar.zst | |
fix(mobile): fix the connection debug text area
Diffstat (limited to 'apps/mobile/app.config.js')
| -rw-r--r-- | apps/mobile/app.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mobile/app.config.js b/apps/mobile/app.config.js index f228ce46..43167fef 100644 --- a/apps/mobile/app.config.js +++ b/apps/mobile/app.config.js @@ -3,7 +3,7 @@ export default { name: "Karakeep", slug: "hoarder", scheme: "karakeep", - version: "1.8.4", + version: "1.8.5", orientation: "portrait", icon: { light: "./assets/icon.png", @@ -35,7 +35,7 @@ export default { NSAllowsArbitraryLoads: true, }, }, - buildNumber: "31", + buildNumber: "32", }, android: { adaptiveIcon: { @@ -54,7 +54,7 @@ export default { }, }, package: "app.hoarder.hoardermobile", - versionCode: 31, + versionCode: 32, }, plugins: [ "./plugins/trust-local-certs.js", |
