From 699a0e96eda7bfe6559a8ac491cab1d866694b11 Mon Sep 17 00:00:00 2001 From: tapframe Date: Mon, 15 Sep 2025 22:45:11 +0530 Subject: [PATCH] Stable 1.0.0 --- android/app/build.gradle | 2 +- app.json | 4 ++-- nuvio-source.json | 10 +++++++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8904494f..7c0ba533 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -93,7 +93,7 @@ android { applicationId 'com.nuvio.app' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 + versionCode 12 versionName "1.0.0" } diff --git a/app.json b/app.json index 8ed78334..671fbbc9 100644 --- a/app.json +++ b/app.json @@ -17,7 +17,7 @@ "ios": { "supportsTablet": true, "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", - "buildNumber": "1", + "buildNumber": "12", "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true @@ -48,7 +48,7 @@ "WAKE_LOCK" ], "package": "com.nuvio.app", - "versionCode": 1, + "versionCode": 12, "architectures": [ "arm64-v8a", "armeabi-v7a", diff --git a/nuvio-source.json b/nuvio-source.json index 1d768a05..d454bae4 100644 --- a/nuvio-source.json +++ b/nuvio-source.json @@ -30,6 +30,14 @@ "https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true" ], "versions": [ + { + "version": "1.0.0", + "buildVersion": "12", + "date": "2025-09-15", + "localizedDescription": "## Version 1.0.0 – Stable Release\n\nAfter many beta builds and countless bug reports, Nuvio Streaming App has reached its **first Stable release**!\n\n## Highlights\n- All major features from the beta phase are now included and refined.\n- Stability improvements across the app.\n- Numerous bug fixes and performance optimizations.\n\n---\n\n## A Note on Stability\nThis marks the **first Stable release (v1.0.0)** of Nuvio Streaming App.\nWhile it's not completely bug-free, it is much more stable compared to previous beta builds. Remaining issues will continue to be addressed in future updates.", + "downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/1.0.0/Stable_1-0-0.ipa", + "size": 29700000 + }, { "version": "0.6.0-beta.11", "buildVersion": "11", @@ -96,4 +104,4 @@ } ], "news": [] -} \ No newline at end of file +}