diff --git a/app.json b/app.json index 3ba30ec1..3572c72e 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Streamyfin", "slug": "streamyfin", - "version": "0.3.2", + "version": "0.3.3", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "streamyfin", @@ -25,7 +25,7 @@ }, "android": { "jsEngine": "hermes", - "versionCode": 10, + "versionCode": 11, "orientation": "default", "androidNavigationBar": { "visible": true, @@ -61,6 +61,7 @@ "react-native-video", { "enableNotificationControls": true, + "enableBackgroundAudio": true, "androidExtensions": { "useExoplayerRtsp": false, "useExoplayerSmoothStreaming": false, diff --git a/eas.json b/eas.json index ba967b28..13307345 100644 --- a/eas.json +++ b/eas.json @@ -21,13 +21,13 @@ } }, "production": { - "channel": "0.3.1", + "channel": "0.3.3", "android": { "image": "latest" } }, "production-apk": { - "channel": "0.3.1", + "channel": "0.3.3", "android": { "buildType": "apk", "image": "latest"