Skip to content

Commit b10aab6

Browse files
committed
release: 1.3.4
1 parent 91e9549 commit b10aab6

File tree

9 files changed

+290
-1668
lines changed

9 files changed

+290
-1668
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ android {
9595
applicationId 'com.nuvio.app'
9696
minSdkVersion rootProject.ext.minSdkVersion
9797
targetSdkVersion rootProject.ext.targetSdkVersion
98-
versionCode 31
99-
versionName "1.3.3"
98+
versionCode 32
99+
versionName "1.3.4"
100100

101101
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
102102
}
@@ -118,7 +118,7 @@ android {
118118
def abiVersionCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4]
119119
applicationVariants.all { variant ->
120120
variant.outputs.each { output ->
121-
def baseVersionCode = 31 // Current versionCode 31 from defaultConfig
121+
def baseVersionCode = 32 // Current versionCode 32 from defaultConfig
122122
def abiName = output.getFilter(com.android.build.OutputFile.ABI)
123123

124124
def versionCode = baseVersionCode * 100 // Base multiplier

android/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
44
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
55
<string name="expo_system_ui_user_interface_style" translatable="false">dark</string>
6-
<string name="expo_runtime_version">1.3.3</string>
6+
<string name="expo_runtime_version">1.3.4</string>
77
</resources>

app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Nuvio",
44
"slug": "nuvio",
5-
"version": "1.3.3",
5+
"version": "1.3.4",
66
"orientation": "default",
77
"backgroundColor": "#020404",
88
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
@@ -17,7 +17,7 @@
1717
"ios": {
1818
"supportsTablet": true,
1919
"icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png",
20-
"buildNumber": "31",
20+
"buildNumber": "32",
2121
"infoPlist": {
2222
"NSAppTransportSecurity": {
2323
"NSAllowsArbitraryLoads": true
@@ -51,7 +51,7 @@
5151
"android.permission.WRITE_SETTINGS"
5252
],
5353
"package": "com.nuvio.app",
54-
"versionCode": 31,
54+
"versionCode": 32,
5555
"architectures": [
5656
"arm64-v8a",
5757
"armeabi-v7a",
@@ -98,6 +98,6 @@
9898
"fallbackToCacheTimeout": 30000,
9999
"url": "https://ota.nuvioapp.space/api/manifest"
100100
},
101-
"runtimeVersion": "1.3.3"
101+
"runtimeVersion": "1.3.4"
102102
}
103103
}

node_modules/react-native-video/android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java

Lines changed: 257 additions & 334 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuvio-source.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"https://github.com/tapframe/NuvioStreaming/blob/main/screenshots/search-portrait.png?raw=true"
3131
],
3232
"versions": [
33+
{
34+
"version": "1.3.4",
35+
"buildVersion": "32",
36+
"date": "2026-01-06",
37+
"localizedDescription": "## Update Notes\n\n### Player & Playback\n- Fixed **Android player crashes with large files** when using ExoPlayer \n - Merged PR **#361** by **@chrisk325**\n\n### Trakt Improvements\n- Improved **Trakt Continue Watching** section for better accuracy and reliability\n\n### Internationalization\n- Added **multi-language support** across the app using **i18n** \n - More languages will be added through **community contributions** \n - ⚠️ **Arabic UI does not use RTL yet**. RTL support will be added in a future update\n\n### Stability & Fixes\n- Crash optimizations and internal stability improvements\n\nThis update focuses on improving playback stability, Trakt experience, and expanding language support.",
38+
"downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/v1.3.4/app-release.apk",
39+
"size": 25700000
40+
},
3341
{
3442
"version": "1.3.3",
3543
"buildVersion": "31",

package-lock.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"lottie-react-native": "~7.3.1",
7171
"posthog-react-native": "^4.4.0",
7272
"react": "19.1.0",
73+
"react-dom": "19.1.0",
7374
"react-i18next": "^16.5.1",
7475
"react-native": "0.81.4",
7576
"react-native-boost": "^0.6.2",
@@ -90,7 +91,7 @@
9091
"react-native-svg": "^15.12.1",
9192
"react-native-url-polyfill": "^3.0.0",
9293
"react-native-vector-icons": "^10.3.0",
93-
"react-native-video": "^6.17.0",
94+
"react-native-video": "6.18.0",
9495
"react-native-web": "^0.21.0",
9596
"react-native-wheel-color-picker": "^1.3.1",
9697
"react-native-worklets": "^0.7.1"

0 commit comments

Comments
 (0)