This commit is contained in:
tapframe 2025-09-08 02:44:53 +05:30
parent 28752791ae
commit fe0db66534
4 changed files with 15 additions and 7 deletions

View file

@ -93,8 +93,8 @@ android {
applicationId 'com.nuvio.app' applicationId 'com.nuvio.app'
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9 versionCode 10
versionName "0.6.0-beta.9" versionName "0.6.0-beta.10"
} }
splits { splits {

View file

@ -2,7 +2,7 @@
"expo": { "expo": {
"name": "Nuvio", "name": "Nuvio",
"slug": "nuvio", "slug": "nuvio",
"version": "0.6.0-beta.9", "version": "0.6.0-beta.10",
"orientation": "default", "orientation": "default",
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
@ -16,7 +16,7 @@
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"buildNumber": "9", "buildNumber": "10",
"infoPlist": { "infoPlist": {
"NSAppTransportSecurity": { "NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true "NSAllowsArbitraryLoads": true
@ -47,7 +47,7 @@
"WAKE_LOCK" "WAKE_LOCK"
], ],
"package": "com.nuvio.app", "package": "com.nuvio.app",
"versionCode": 9, "versionCode": 10,
"architectures": [ "architectures": [
"arm64-v8a", "arm64-v8a",
"armeabi-v7a", "armeabi-v7a",
@ -86,6 +86,6 @@
"fallbackToCacheTimeout": 0, "fallbackToCacheTimeout": 0,
"url": "https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest" "url": "https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest"
}, },
"runtimeVersion": "0.6.0-beta.9" "runtimeVersion": "0.6.0-beta.10"
} }
} }

View file

@ -30,6 +30,14 @@
"https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true" "https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true"
], ],
"versions": [ "versions": [
{
"version": "0.6.0-beta.10",
"buildVersion": "10",
"date": "2025-09-07",
"localizedDescription": "## Version 0.6.0-beta.10 Hotfix Update Notes\n\n- Immediate hotfix for an issue that caused iOS apps to crash after the latest OTA update.\n- Android users are also recommended to update to this version to ensure compatibility and continue receiving further updates.",
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/0.6.0-beta.10/Beta_0_6_0_10.ipa",
"size": 29700000
},
{ {
"version": "0.6.0-beta.9", "version": "0.6.0-beta.9",
"buildVersion": "9", "buildVersion": "9",

View file

@ -585,7 +585,7 @@ const SettingsScreen: React.FC = () => {
/> />
<SettingItem <SettingItem
title="Version" title="Version"
description="0.6.0-beta.9" description="0.6.0-beta.10"
icon="info-outline" icon="info-outline"
isLast={true} isLast={true}
isTablet={isTablet} isTablet={isTablet}