diff --git a/app.json b/app.json index 8751d44c6..3326f4e4a 100644 --- a/app.json +++ b/app.json @@ -86,7 +86,7 @@ "compileSdkVersion": 36, "targetSdkVersion": 35, "buildToolsVersion": "35.0.0", - "kotlinVersion": "2.0.21", + "kotlinVersion": "2.1.20", "minSdkVersion": 26, "usesCleartextTraffic": true, "packagingOptions": { diff --git a/bun.lock b/bun.lock index f9195aeda..ed088a24c 100644 --- a/bun.lock +++ b/bun.lock @@ -14,6 +14,7 @@ "@gorhom/bottom-sheet": "5.2.8", "@jellyfin/sdk": "^0.13.0", "@react-native-community/netinfo": "^12.0.0", + "@react-navigation/native": "^7.2.5", "@shopify/flash-list": "2.0.2", "@tanstack/query-sync-storage-persister": "^5.90.18", "@tanstack/react-pacer": "^0.19.1", diff --git a/package.json b/package.json index 481e2f178..f785937ea 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "@gorhom/bottom-sheet": "5.2.8", "@jellyfin/sdk": "^0.13.0", "@react-native-community/netinfo": "^12.0.0", + "@react-navigation/native": "^7.2.5", "@shopify/flash-list": "2.0.2", "@tanstack/query-sync-storage-persister": "^5.90.18", "@tanstack/react-pacer": "^0.19.1",