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'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "0.6.0-beta.9"
versionCode 10
versionName "0.6.0-beta.10"
}
splits {

View file

@ -2,7 +2,7 @@
"expo": {
"name": "Nuvio",
"slug": "nuvio",
"version": "0.6.0-beta.9",
"version": "0.6.0-beta.10",
"orientation": "default",
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"userInterfaceStyle": "dark",
@ -16,7 +16,7 @@
"ios": {
"supportsTablet": true,
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
"buildNumber": "9",
"buildNumber": "10",
"infoPlist": {
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true
@ -47,7 +47,7 @@
"WAKE_LOCK"
],
"package": "com.nuvio.app",
"versionCode": 9,
"versionCode": 10,
"architectures": [
"arm64-v8a",
"armeabi-v7a",
@ -86,6 +86,6 @@
"fallbackToCacheTimeout": 0,
"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"
],
"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",
"buildVersion": "9",

View file

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