mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Stable 1.0.0
This commit is contained in:
parent
830a1a3437
commit
699a0e96ed
3 changed files with 12 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
4
app.json
4
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",
|
||||
|
|
|
|||
|
|
@ -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": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue