This commit is contained in:
Fredrik Burmester
2024-09-03 18:53:48 +03:00
parent 6713098dc7
commit f24b5612b2
4 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "Streamyfin", "name": "Streamyfin",
"slug": "streamyfin", "slug": "streamyfin",
"version": "0.10.3", "version": "0.11.0",
"orientation": "default", "orientation": "default",
"icon": "./assets/images/icon.png", "icon": "./assets/images/icon.png",
"scheme": "streamyfin", "scheme": "streamyfin",
@@ -33,7 +33,7 @@
}, },
"android": { "android": {
"jsEngine": "hermes", "jsEngine": "hermes",
"versionCode": 32, "versionCode": 33,
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png" "foregroundImage": "./assets/images/icon.png"
}, },

BIN
bun.lockb

Binary file not shown.

View File

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

View File

@@ -1,5 +1,4 @@
import * as ScreenOrientation from "expo-screen-orientation"; import * as ScreenOrientation from "expo-screen-orientation";
import { Orientation } from "expo-screen-orientation";
import { atom } from "jotai"; import { atom } from "jotai";
export const orientationAtom = atom<number>( export const orientationAtom = atom<number>(