diff --git a/android/app/build.gradle b/android/app/build.gradle index f0e24f77..c18dc777 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -84,8 +84,8 @@ android { applicationId "ai.offgridmobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1776434971 - versionName "0.0.89" + versionCode 1778942469 + versionName "0.0.93" } signingConfigs { debug { diff --git a/ios/DownloadManagerModule.swift b/ios/DownloadManagerModule.swift index ad9d3d51..6e029084 100644 --- a/ios/DownloadManagerModule.swift +++ b/ios/DownloadManagerModule.swift @@ -906,10 +906,10 @@ extension DownloadManagerModule { NSLog("[DownloadManager] Polling timer already running, skipping") return } - self.pollingTimer = Timer.scheduledTimer(withTimeInterval: 0.5, repeats: true) { [weak self] _ in + self.pollingTimer = Timer.scheduledTimer(withTimeInterval: 1.5, repeats: true) { [weak self] _ in self?.pollProgress() } - NSLog("[DownloadManager] Polling timer STARTED (0.5s interval)") + NSLog("[DownloadManager] Polling timer STARTED (1.5s interval)") } } diff --git a/ios/OffgridMobile.xcodeproj/project.pbxproj b/ios/OffgridMobile.xcodeproj/project.pbxproj index d339823c..685686cc 100644 --- a/ios/OffgridMobile.xcodeproj/project.pbxproj +++ b/ios/OffgridMobile.xcodeproj/project.pbxproj @@ -406,7 +406,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1776434971; + CURRENT_PROJECT_VERSION = 1778942469; DEVELOPMENT_TEAM = C9KXFTGP83; ENABLE_BITCODE = NO; INFOPLIST_FILE = OffgridMobile/Info.plist; @@ -417,7 +417,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.0.89; + MARKETING_VERSION = 0.0.93; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -438,7 +438,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1776434971; + CURRENT_PROJECT_VERSION = 1778942469; DEVELOPMENT_TEAM = C9KXFTGP83; INFOPLIST_FILE = OffgridMobile/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = "Off Grid - Local AI"; @@ -448,7 +448,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.0.89; + MARKETING_VERSION = 0.0.93; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 5c1ffe0a..193c152a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "offgrid-mobile", - "version": "0.0.89", + "version": "0.0.93", "private": true, "scripts": { "android": "react-native run-android --mode=debug --appId ai.offgridmobile.dev",