diff --git a/.gitignore b/.gitignore index 249dd61e..05a90726 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ Streamyfin.app # Except these files !/ios/Streamyfin/ !/ios/Streamyfin/AppDelegate.mm -!/ios/Streamyfin/Info.plist \ No newline at end of file +!/ios/Streamyfin/Info.plist +pc-api-7079014811501811218-719-3b9f15aeccf8.json diff --git a/app.json b/app.json index c8a31d8e..5931cc55 100644 --- a/app.json +++ b/app.json @@ -63,7 +63,13 @@ } } ], - ["expo-build-properties", { "ios": { "deploymentTarget": "14.0" } }] + [ + "expo-build-properties", + { + "ios": { "deploymentTarget": "14.0" }, + "android": { "minSdkVersion": 24 } + } + ] ], "experiments": { "typedRoutes": true diff --git a/bun.lockb b/bun.lockb index 4b8bd06f..726d5716 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eas.json b/eas.json index 7b8f9b2a..bda478b9 100644 --- a/eas.json +++ b/eas.json @@ -5,7 +5,10 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "android": { + "buildType": "apk" + } }, "preview": { "distribution": "internal" diff --git a/package.json b/package.json index ef306020..3b5778bc 100644 --- a/package.json +++ b/package.json @@ -24,17 +24,17 @@ "@react-navigation/native": "^6.0.2", "@tanstack/react-query": "^5.51.16", "@types/uuid": "^10.0.0", - "expo": "~51.0.24", - "expo-build-properties": "~0.12.4", + "expo": "~51.0.26", + "expo-build-properties": "~0.12.5", "expo-constants": "~16.0.2", - "expo-dev-client": "~4.0.21", + "expo-dev-client": "~4.0.22", "expo-device": "~6.0.2", "expo-font": "~12.0.9", "expo-haptics": "~13.0.1", "expo-image": "~1.12.13", "expo-keep-awake": "~13.0.2", "expo-linking": "~6.3.1", - "expo-router": "~3.5.20", + "expo-router": "~3.5.21", "expo-splash-screen": "~0.27.5", "expo-status-bar": "~1.12.1", "expo-system-ui": "~3.0.7", @@ -44,7 +44,7 @@ "nativewind": "^2.0.11", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.74.3", + "react-native": "0.74.5", "react-native-circular-progress": "^1.4.0", "react-native-compressor": "^1.8.25", "react-native-gesture-handler": "~2.16.1",