chore: version

This commit is contained in:
Fredrik Burmester
2024-08-13 11:29:40 +02:00
parent 077f99fd46
commit 0498f2e718
2 changed files with 5 additions and 4 deletions

View File

@@ -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,

View File

@@ -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"