From 9a70f98dd59c382c8107dfed792d36be972e6e07 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 12 Feb 2025 08:25:36 +0100 Subject: [PATCH] chore --- app.json | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/app.json b/app.json index c1738ff2..f3a3c6d8 100644 --- a/app.json +++ b/app.json @@ -8,18 +8,13 @@ "scheme": "streamyfin", "userInterfaceStyle": "dark", "jsEngine": "hermes", - "assetBundlePatterns": [ - "**/*" - ], + "assetBundlePatterns": ["**/*"], "ios": { "requireFullScreen": true, "infoPlist": { "NSCameraUsageDescription": "The app needs access to your camera to scan barcodes.", "NSMicrophoneUsageDescription": "The app needs access to your microphone.", - "UIBackgroundModes": [ - "audio", - "fetch" - ], + "UIBackgroundModes": ["audio", "fetch"], "NSLocalNetworkUsageDescription": "The app needs access to your local network to connect to your Jellyfin server.", "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true @@ -36,7 +31,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 50, + "versionCode": 52, "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive_icon.png" }, @@ -111,21 +106,11 @@ } } ], - [ - "react-native-bottom-tabs" - ], - [ - "./plugins/withChangeNativeAndroidTextToWhite.js" - ], - [ - "./plugins/withGoogleCastActivity.js" - ], - [ - "./plugins/withTrustLocalCerts.js" - ], - [ - "./plugins/withGradleProperties.js" - ], + ["react-native-bottom-tabs"], + ["./plugins/withChangeNativeAndroidTextToWhite.js"], + ["./plugins/withGoogleCastActivity.js"], + ["./plugins/withTrustLocalCerts.js"], + ["./plugins/withGradleProperties.js"], [ "expo-splash-screen", { @@ -155,4 +140,4 @@ }, "newArchEnabled": false } -} \ No newline at end of file +}