From 1821bf1230303a0779fa2c631b34dec1cdbe80fc Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 24 Dec 2025 19:22:00 +0530 Subject: [PATCH 1/3] changes --- src/services/campaignService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/campaignService.ts b/src/services/campaignService.ts index aad80bb..d8289f9 100644 --- a/src/services/campaignService.ts +++ b/src/services/campaignService.ts @@ -1,7 +1,7 @@ import { mmkvStorage } from './mmkvStorage'; import { Platform } from 'react-native'; -const DEV_URL = 'https://campaign.nuvioapp.space/'; +const DEV_URL = ''; const PROD_URL = process.env.EXPO_PUBLIC_CAMPAIGN_API_URL || ''; const CAMPAIGN_API_URL = __DEV__ ? DEV_URL : PROD_URL; From 52dd075b6aa6fa77dcf8326ae73f274cbe7a2615 Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 24 Dec 2025 19:23:53 +0530 Subject: [PATCH 2/3] bumped app version --- android/app/build.gradle | 6 +++--- android/app/src/main/res/values/strings.xml | 2 +- app.json | 8 ++++---- ios/Nuvio/Info.plist | 4 ++-- src/utils/version.ts | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f852b41..4b30dcc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -95,8 +95,8 @@ android { applicationId 'com.nuvio.app' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 26 - versionName "1.2.11" + versionCode 28 + versionName "1.3.0" buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\"" } @@ -118,7 +118,7 @@ android { def abiVersionCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4] applicationVariants.all { variant -> variant.outputs.each { output -> - def baseVersionCode = 26 // Current versionCode 26 from defaultConfig + def baseVersionCode = 28 // Current versionCode 28 from defaultConfig def abiName = output.getFilter(com.android.build.OutputFile.ABI) def versionCode = baseVersionCode * 100 // Base multiplier diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 98e1019..d3b987a 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -3,5 +3,5 @@ contain false dark - 1.2.11 + 1.3.0 \ No newline at end of file diff --git a/app.json b/app.json index 4bf4cee..e466fc7 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Nuvio", "slug": "nuvio", - "version": "1.2.11", + "version": "1.3.0", "orientation": "default", "backgroundColor": "#020404", "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", @@ -18,7 +18,7 @@ "supportsTablet": true, "requireFullScreen": true, "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", - "buildNumber": "26", + "buildNumber": "28", "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true @@ -52,7 +52,7 @@ "android.permission.WRITE_SETTINGS" ], "package": "com.nuvio.app", - "versionCode": 26, + "versionCode": 28, "architectures": [ "arm64-v8a", "armeabi-v7a", @@ -99,6 +99,6 @@ "fallbackToCacheTimeout": 30000, "url": "https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest" }, - "runtimeVersion": "1.2.11" + "runtimeVersion": "1.3.0" } } \ No newline at end of file diff --git a/ios/Nuvio/Info.plist b/ios/Nuvio/Info.plist index 619dacd..933c9c6 100644 --- a/ios/Nuvio/Info.plist +++ b/ios/Nuvio/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.2.11 + 1.3.0 CFBundleSignature ???? CFBundleURLTypes @@ -39,7 +39,7 @@ CFBundleVersion - 26 + 28 LSMinimumSystemVersion 12.0 LSRequiresIPhoneOS diff --git a/src/utils/version.ts b/src/utils/version.ts index 7c232be..3fef1b3 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -1,7 +1,7 @@ // Single source of truth for the app version displayed in Settings // Update this when bumping app version -export const APP_VERSION = '1.2.11'; +export const APP_VERSION = '1.3.0'; export function getDisplayedAppVersion(): string { return APP_VERSION; From d6bb2869c56f89ed0c3ed265c3bfddfc82d638f7 Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 24 Dec 2025 19:54:18 +0530 Subject: [PATCH 3/3] removed orphaned submodules --- libmpv-android | 1 - mpv-android | 1 - 2 files changed, 2 deletions(-) delete mode 160000 libmpv-android delete mode 160000 mpv-android diff --git a/libmpv-android b/libmpv-android deleted file mode 160000 index 8c4778b..0000000 --- a/libmpv-android +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8c4778b5aad441bb0449a7f9b3d6d827fd3d6a2a diff --git a/mpv-android b/mpv-android deleted file mode 160000 index 118cd1e..0000000 --- a/mpv-android +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 118cd1ed3d498265e44230e5dbb015bdd59f9dad