This commit is contained in:
Fredrik Burmester
2024-08-25 17:58:57 +02:00
parent 57cac96df5
commit 75f3f483eb
4 changed files with 12 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "Streamyfin",
"slug": "streamyfin",
"version": "0.8.2",
"version": "0.8.3",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
@@ -33,7 +33,7 @@
},
"android": {
"jsEngine": "hermes",
"versionCode": 23,
"versionCode": 24,
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png"
},
@@ -78,6 +78,11 @@
"deploymentTarget": "14.0"
},
"android": {
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 34,
"buildToolsVersion": "34.0.0"
},
"minSdkVersion": 24,
"usesCleartextTraffic": true,
"packagingOptions": {