From ee7da73065892f561fe49654fe507e7ff516a5f2 Mon Sep 17 00:00:00 2001 From: "Khoa.vo" Date: Wed, 24 Dec 2025 14:40:04 +0700 Subject: [PATCH] v1.0.8: Android configured for live server loading (auto-updates), version 1.0.8 --- frontend/android/app/build.gradle | 4 ++-- frontend/capacitor.config.json | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/android/app/build.gradle b/frontend/android/app/build.gradle index e01c188..676720c 100644 --- a/frontend/android/app/build.gradle +++ b/frontend/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.streamflix.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 6 - versionName "1.0.6" + versionCode 8 + versionName "1.0.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/frontend/capacitor.config.json b/frontend/capacitor.config.json index 2234bac..ed9efb0 100644 --- a/frontend/capacitor.config.json +++ b/frontend/capacitor.config.json @@ -1,5 +1,9 @@ { "appId": "com.streamflix.app", "appName": "StreamFlix", - "webDir": "dist" -} + "webDir": "dist", + "server": { + "url": "https://nf.khoavo.myds.me", + "cleartext": true + } +} \ No newline at end of file