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

BIN
bun.lockb

Binary file not shown.

View File

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

View File

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