mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
beta 10
This commit is contained in:
parent
28752791ae
commit
fe0db66534
4 changed files with 15 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
8
app.json
8
app.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue