This commit is contained in:
Fredrik Burmester
2024-08-19 21:43:56 +02:00
parent caeedfbc52
commit 250c1968f3
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.6.1",
"version": "0.6.2",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",

View File

@@ -9,6 +9,7 @@ import { ScrollView, View } from "react-native";
import * as Haptics from "expo-haptics";
import { useFiles } from "@/hooks/useFiles";
import { SettingToggles } from "@/components/settings/SettingToggles";
import { WebSocketsTest } from "@/components/settings/WebsocketsText";
export default function settings() {
const { logout } = useJellyfin();
@@ -44,7 +45,7 @@ export default function settings() {
onPress={async () => {
await deleteAllFiles();
Haptics.notificationAsync(
Haptics.NotificationFeedbackType.Success,
Haptics.NotificationFeedbackType.Success
);
}}
>
@@ -55,7 +56,7 @@ export default function settings() {
onPress={async () => {
await clearLogs();
Haptics.notificationAsync(
Haptics.NotificationFeedbackType.Success,
Haptics.NotificationFeedbackType.Success
);
}}
>

View File

@@ -21,13 +21,13 @@
}
},
"production": {
"channel": "0.6.1",
"channel": "0.6.2",
"android": {
"image": "latest"
}
},
"production-apk": {
"channel": "0.6.1",
"channel": "0.6.2",
"android": {
"buildType": "apk",
"image": "latest"