diff --git a/app.json b/app.json index 7ffc7df1..7e15560b 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.2.0", + "version": "0.2.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "streamyfin", diff --git a/bun.lockb b/bun.lockb index b5b00a52..c22266c2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eas.json b/eas.json index 52bad789..da4ca32b 100644 --- a/eas.json +++ b/eas.json @@ -21,10 +21,17 @@ } }, "production": { - "channel": "0.0.6", + "channel": "0.2.1", "android": { "image": "latest" } + }, + "production-apk": { + "channel": "0.2.1", + "android": { + "buildType": "apk", + "image": "latest" + } } }, "submit": { diff --git a/package.json b/package.json index cce29613..a4f9732e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@react-navigation/native": "^6.0.2", "@tanstack/react-query": "^5.51.16", "@types/uuid": "^10.0.0", + "axios": "^1.7.3", "expo": "~51.0.26", "expo-blur": "~13.0.2", "expo-build-properties": "~0.12.5",