This commit is contained in:
Fredrik Burmester
2024-08-21 23:21:59 +02:00
parent b1062628d9
commit 2e563bcbe0
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.8.0",
"version": "0.8.1",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
@@ -30,7 +30,7 @@
},
"android": {
"jsEngine": "hermes",
"versionCode": 20,
"versionCode": 21,
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png"
},

View File

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