diff options
Diffstat (limited to 'apps/mobile/app.config.js')
| -rw-r--r-- | apps/mobile/app.config.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/mobile/app.config.js b/apps/mobile/app.config.js index 13a47f29..5385b2d5 100644 --- a/apps/mobile/app.config.js +++ b/apps/mobile/app.config.js @@ -35,7 +35,7 @@ export default { NSAllowsArbitraryLoads: true, }, }, - buildNumber: "27", + buildNumber: "28", }, android: { adaptiveIcon: { @@ -54,7 +54,7 @@ export default { }, }, package: "app.hoarder.hoardermobile", - versionCode: 27, + versionCode: 28, }, plugins: [ "./plugins/trust-local-certs.js", @@ -89,6 +89,8 @@ export default { { android: { usesCleartextTraffic: true, + targetSdkVersion: 35, + ndkVersion: "27.1.12297006", }, }, ], |
